8185 telnet: misleading-indentation

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

tsoome
illumos-gate
8185
e8f985c...
general
commands.c:2440:4: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
    if (my_want_state_is_will(TELOPT_LFLOW))
    ^~
commands.c:2444:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     encrypt_display();
     ^~~~~~~~~~~~~~~
cc1: all warnings being treated as errors


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

Status: Closed (submitted)

Loading...