This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: -Wall by default
On Mon, Apr 9, 2012 at 12:44 PM, Robert Dewar <dewar@adacore.com> wrote:
> On 4/9/2012 1:36 PM, Jonathan Wakely wrote:
>
>> Maybe -Wstandard isn't the best name though, as "standard" usually
>> means something quite specific for compilers, and the warning switch
>> wouldn't have anything to do with standards conformance.
>
>
> -Wdefault
>
> might be better
except if people want warnings about "defaults" in C++11 (which can mean
lot of things).
-- Gaby