Actions
Bug #8195
closedcalendar: misleading-indentation
Start date:
2017-05-10
Due date:
% Done:
90%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
Building with gcc 6:
calprog.c:252:4: error: this 'else' clause does not guard... [-Werror=misleading-indentation] else ^~~~ calprog.c:254:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' if (*(tb - 1) == '0') ^~ cc1: all warnings being treated as errors
Updated by Toomas Soome almost 6 years ago
- Status changed from In Progress to Feedback
Updated by Toomas Soome almost 6 years ago
- Status changed from Feedback to Closed
the calendar got removed by "7948 Remove old calendar utility"
Actions