This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: proposal to clean up @node Warning Options in invoke.texi
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: tromey at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: 10 Jan 2007 18:52:56 +0100
- Subject: Re: proposal to clean up @node Warning Options in invoke.texi
- References: <4543D05A.7080303@mail.mcgill.ca> <m31wm3rp40.fsf@localhost.localdomain>
Tom Tromey <tromey@redhat.com> writes:
| >>>>> "Chris" == Chris Pickett <chris.pickett@mail.mcgill.ca> writes:
|
| Chris> For one reason or another, I have spent a fair amount of time
| Chris> reading and getting confused by the warnings documentation.
|
| Chris> 3. Get rid of the -Wno-xxx option listings, since it is not always
| Chris> the case that -Wxxx is enabled by "default", and this just ends up
| Chris> being rather confusing. Instead, explain in the default section that
| Chris> everything there can be disabled with -Wno-xxx.
|
| Recently I tried searching the docs for '-Wdeprecated'. There's only
| one hit... you have to think to search for '-Wno-deprecated' to find
| the actual warning.
Hi Tom,
I was specifically thinking of that PR you filled and I wrote the
above :-)
-- Gaby