8219 mech_krb5: misleading-indentation
Review Request #506 — Created May 13, 2017 and submitted
Information | |
---|---|
tsoome | |
illumos-gate | |
8219 | |
5fe9280... | |
Reviewers | |
general | |
../krb5/os/sendto_kdc.c:1419:5: error: this 'if' clause does not guard... [-Werror=misleading-indentation] if (localaddr != 0 && localaddrlen != 0 && *localaddrlen > 0) ^~ ../krb5/os/sendto_kdc.c:1422:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (remoteaddr != 0 && remoteaddrlen != 0 && *remoteaddrlen > 0) ^~ cc1: all warnings being treated as errors