This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: patch for Re: Inappropriate Warning Cannot Be Turned Off
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Re: patch for Re: Inappropriate Warning Cannot Be Turned Off
- From: David Cogen <cogen at ll dot mit dot edu>
- Date: Thu, 8 Jun 2000 09:16:17 -0400 (EDT)
> The first line of flags is obviously necessary, but I would really like
> to see a lot of the other flags moved under -Wall, or perhaps under a
> new flag -Wstrict.
I strongly disagree.
I much prefer individual control of warning flags.
I guess -Wall is OK, provided only that the default settings provided by -Wall
can then be modified by additional -W- and -Wno- arguments.
-- DavidC