Unfortunately the tinderbox setup uses custom CFLAGS which are a big

obstacle to enabling -Werror. I'll continue to work on cleaning up the
code so that we can keep this enabled.

If the tinderboxes would just use the default CFLAGS set in this file,
all would be fine and we'd be able to make use of -Werror.
This commit is contained in:
jb 2007-11-19 22:39:39 +00:00
parent c3152c59dc
commit f2dddc3de3

View File

@ -8,6 +8,8 @@
# for GCC: http://gcc.gnu.org/onlinedocs/gcc-3.0.4/gcc_3.html#IDX143
NO_WERROR=
.if !defined(NO_WARNS) && ${CC} != "icc"
. if defined(CSTD)
. if ${CSTD} == "k&r"