This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: patch: add -Wno-overlength-strings
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Zack Weinberg <zackw at panix dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 26 Jan 2006 23:37:33 -0500
- Subject: Re: patch: add -Wno-overlength-strings
- References: <20060127043022.GA5589@panix.com>
On Jan 26, 2006, at 11:30 PM, Zack Weinberg wrote:
I also switched gengtype-lex.o from -Wno-error to
-Wno-missing-prototypes;
this suppresses all the harmless warnings from flex's boilerplate.
I get a different warning rather than the missing prototypes warnings:
/usr/share/bison.simple: In function `yyparse':
/usr/share/bison.simple:614: warning: comparison between signed and
unsigned
/usr/share/bison.simple:626: warning: comparison between signed and
unsigned
This comes from GNU Bison version 1.28.
This is the minimal version that is required by
http://gcc.gnu.org/install/prerequisites.html
Thanks,
Andrew Pinski