This is the mail archive of the gcc-help@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: gcc Build Warnings


On Mon, Dec 29, 2008 at 3:30 PM, Ian Lance Taylor <iant@google.com> wrote:
...
> Sorry, I didn't quite understand your question.  In general we gcc
> developers don't want to suppress warnings that occur when building
> gcc.  In fact, during development we use -Werror, making all warnings
> be errors, so normally gcc builds with no warnings at all.  Of course,

I'll go back and redo my last build and look at the warnings, but I'm
pretty sure I see mostly the usual warnings about comparison of signed
versus unsigned and such that are probably due to developer
optimizations, but they are bothersome.

Thanks, Ian.

-Tom


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