On 4/4/2012 2:34 PM, Dominique Dhumieres wrote:
IMO only the warnings in C that are likely errors should be the default as it is in gfortran (don't ask for examples of such warnings for C, I am quasi-illiterate).
That's also the default philosophy in GNAT, there never should be false positives at all in the default mode IMO (well hardly ever :-)
Dominique PS -Wall is a simple enough option to be remembered by all users who need it (if they don't use it, they don't want it).