Unfortunately -Wno-uninitialized also suppresses the warnings that point
to real bugs.

It's a double-edged sword, yes.  Warnings are always like that:
if the compiler could know that something _is_ wrong for certain,
it wouldn't need a warning (it would use an error, instead -- and
it does do this in certain cases); if it would know something is
not really wrong, it would just shut up.

(but, I guess, the -Wesp might help there :-))

Yeah, it's the holy grail of compiler architecture.  "Do what I want,
not what I say" :-)


Segher

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to