[klibc] usr/dash/eval.c:277:19: warning: logical not is only applied to the left hand side of comparison

eno coffe92 at gmail.com
Tue Jan 22 09:38:12 PST 2019


Hi!

> Any idea ?

I believe that:
    if (!exitstatus == isor)
equals to,
    if ((!exitstatus) == isor)

because the exclamation mark have bigger priority than "==".

Nikita.


More information about the klibc mailing list