You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../../../dev/ipmi.c:750:2: warning: Value stored to 'v' is never read
v = bmc_read(sc, _KCS_STATUS_REGISTER);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../dev/ipmi.c:1143:24: warning: The right operand of '+' is a garbage value
sdrlen = sizeof(shdr) + shdr.record_length;
^ ~~~~~~~~~~~~~~~~~~
../../../../dev/ipmi.c:1814:3: warning: Value stored to 'rc' is never read
rc = copyout(&ccode, recv->msg.data, 1);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
Reported by jsg@:
The text was updated successfully, but these errors were encountered: