Actions
Bug #9138
closedlibcurses: this statement may fall through
Start date:
2018-02-19
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Issue from gcc 7 build:
../screen/scr_reset.c: In function 'scr_reset': ../screen/scr_reset.c:288:4: error: this statement may fall through [-Werror=implicit-fallthrough=] for (y = curscr->_maxy; y > 0; --y) ^~~ ../screen/scr_reset.c:291:3: note: here case 0: ^~~~ cc1: all warnings being treated as errors
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 59ee40951f56cfa1c0e6c5c6aeea10605267116a
commit 59ee40951f56cfa1c0e6c5c6aeea10605267116a Author: Toomas Soome <tsoome@me.com> Date: 2018-02-22T15:58:22.000Z 9138 libcurses: this statement may fall through Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions