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: Chris Pickett <chris dot pickett at mail dot mcgill dot ca>
- Cc: Gerald Pfeifer <gerald at pfeifer dot com>, gcc at gcc dot gnu dot org, Manuel López-Ibáñez <lopezibanez at gmail dot com>, "Joseph S. Myers" <joseph at codesourcery dot com>, Gabriel Dos Reis <gdr at integrable-solutions dot net>
- Date: Wed, 10 Jan 2007 16:50:05 -0500
- Subject: Re: proposal to clean up @node Warning Options in invoke.texi
- References: <4543D05A.7080303@mail.mcgill.ca> <Pine.LNX.4.64.0701060057040.31555@acrux.dbai.tuwien.ac.at> <45A55AA7.3060804@mail.mcgill.ca>
- Reply-to: chris dot pickett at mail dot mcgill dot ca
Chris Pickett wrote:
I have a question: does -Wextra now imply -Wconversion since
-Wconversion was split into -Wconversion and -Wtraditional-conversion?
I mistakenly thought it was under -Wextra. So the question should be,
does -Wtraditional now imply -Wtraditional-conversion since -Wconversion
was split into -Wconversion and -Wtraditional-conversion?
The documentation does not say so, I just wanted to check.
Chris