This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: proposal to clean up @node Warning Options in invoke.texi


On 10/01/07, Chris Pickett <chris.pickett@mail.mcgill.ca> wrote:
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.

No, it doesn't. Some of the warnings produced by Wtraditional are also produced by Wtraditional-conversion but none of them produce all the warnings enabled by the other.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]