This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Inhibit some -pedantic warnings
- From: Guillaume Poletto <poletto at jeuxvideo dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 01 Feb 2006 15:23:19 +0100
- Subject: Inhibit some -pedantic warnings
Hello,
I'd like to know if the warning inhibition option list given in man gcc
was exhaustive. Because i'd like to shut off some particular warnings
that appear when i compile using -Wall -pedantic.
Especially this kind of warning :
warning: string length `594' is greater than the length `509' ISO C89
compilers are required to support
I don't find the option to shut off this warning
Thanks