|
Description
|
When building ON with gcc (on x86) there are a few warnings in cmd/logadm.
gcc doesn't like 'static's that don't define storage, and it thinks a couple
functions can fall off the end without returning a value because err() might
return. Unfortunately err can't be marked __NORETURN because it might depending
on the flags, or at least it looks like that to me.
The suggested fix compiles but I haven't tested it.
xxxxx@xxxxx.com 2005-05-17 18:55:03 GMT
|