This is the mail archive of the gcc-patches@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: patch: add -Wno-overlength-strings



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


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