8232 pcmcia: misleading-indentation
Review Request #515 — Created May 15, 2017 and submitted — Latest diff uploaded
Information | |
---|---|
tsoome | |
illumos-gate | |
8232 | |
a79ae64... | |
Reviewers | |
general | |
../../common/pcmcia/nexus/pcmcia.c: In function 'pcmcia_intr_disable_isr': ../../common/pcmcia/nexus/pcmcia.c:5428:4: error: this 'if' clause does not guard... [-Werror=misleading-indentation] if (intr->handler_id != (uint32_t)(uintptr_t)rdip) ^~ ../../common/pcmcia/nexus/pcmcia.c:5434:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' ispecp = (struct intrspec *)&sockp->ls_intrspec; ^~~~~~ cc1: all warnings being treated as errors