This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[GCC 3.0] New -Wall warnings without corresponding option to turn off
- To: gcc-bugs at gcc dot gnu dot org
- Subject: [GCC 3.0] New -Wall warnings without corresponding option to turn off
- From: Marc Espie <espie at schutzenberger dot liafa dot jussieu dot fr>
- Date: Wed, 4 Jul 2001 23:57:03 +0200
- Reply-To: Marc dot Espie at liafa dot jussieu dot fr
At least two such warnings are a problem:
/spare/src/sys/arch/i386/isa/npx.c:155:6: multi-line string literals are
deprecated
/spare/src/sys/net/if_loop.c:300:8: extra tokens at end of #endif directive
Those are rather common practice, and some fairly important programs do
use -Wall -Werror.
Not being able to have -Wall -Wdisable-those -Werror is a significant
usability regression from 2.95.3.