This is the mail archive of the gcc-bugs@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]

[GCC 3.0] New -Wall warnings without corresponding option to turn off


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.


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