8186 rdist: misleading-indentation

Review Request #481 — Created May 9, 2017 and submitted — Latest diff uploaded

tsoome
illumos-gate
8186
60e7f3a...
general
docmd.c: In function 'docmds':
docmd.c:124:1: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
 if (debug)
 ^~
docmd.c:131:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  for (c = cmds; c != NULL; c = c->c_next) {
  ^~~
cc1: all warnings being treated as errors


Loading...