This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[RFC] -Weverything
- From: Thomas Koenig <tkoenig at netcologne dot de>
- To: gcc mailing list <gcc at gcc dot gnu dot org>, "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Date: Tue, 22 Jan 2019 19:34:30 +0100
- Subject: [RFC] -Weverything
Hi,
What would people think about a -Weverything option which turns on
every warning there is?
I think that could be quite useful in some circumstances, especially
to find potential bugs with warnings that people, for some reason
or other, found too noisy for -Wextra.
The name could be something else, of course. In the best GNU tradition,
-Wkitchen-sink could be another option :-)
Regards
Thomas