Actions
Bug #7992
closedawk_xpg4: misleading-indentation
Start date:
2017-03-21
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
awk1.c: In function 'lexgetc':
awk1.c:1096:4: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
if (progfp != FNULL)
^
awk1.c:1101:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
progfp = FNULL;
^~~~~
cc1: all warnings being treated as errors
Actions