a warning to implement

Tim Hollebeek tim@hollebeek.com
Tue Feb 5 14:38:00 GMT 2002


> Perhaps there should be an option to enable *all* warnings?

Some warnings are particular perverse and enforce a particular coding
style (-Weff-c++ comes to mind).

Others, are valid for almost all code, and are certainly valid for ALL
code maintained by those who wish to eliminate code that might be
erroneous.  But we already have a name for that:

-Wall.

-Tim



More information about the Gcc mailing list