8186 rdist: misleading-indentation

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

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


tsoome
igork
  1. Ship It!
  2. 
      
alarcher
  1. Ship It!
  2. 
      
rm
  1. Ship It!
  2. 
      
tsoome
Review request changed

Status: Closed (submitted)

Loading...