Actions
Bug #7875
closedlibcurses: multiple misleading-indentation errors
Start date:
2017-02-15
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
../screen/termcap.c:60:2: error: this 'else' clause does not guard... [-Werror=misleading-indentation] cc1: all warnings being treated as errors dmake: Fatal error: Command failed for target `pics/termcap.o' ../screen/waddch.c:102:6: error: this 'if' clause does not guard... [-Werror=misleading-indentation] ../screen/waddch.c:178:6: error: this 'else' clause does not guard... [-Werror=misleading-indentation] cc1: all warnings being treated as errors ../screen/wnoutref.c:138:5: error: this 'for' clause does not guard... [-Werror=misleading-indentation] cc1: all warnings being treated as errors ../screen/tparm.c:703:5: error: this 'if' clause does not guard... [-Werror=misleading-indentation] ../screen/tparm.c:260:7: error: variable 'onrow' might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered] cc1: all warnings being treated as errors ../screen/wrefresh.c:649:8: error: this 'if' clause does not guard... [-Werror=misleading-indentation] ../screen/wrefresh.c:1208:4: error: this 'else' clause does not guard... [-Werror=misleading-indentation]
Updated by Electric Monk over 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit e07d85f87c3920e032adb855fdc500e4616c7718
commit e07d85f87c3920e032adb855fdc500e4616c7718 Author: Toomas Soome <tsoome@me.com> Date: 2017-07-30T15:21:03.000Z 7875 libcurses: multiple misleading-indentation errors Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
Actions