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:
John Birrell 2007-11-19 22:39:39 +00:00
parent e93073b33d
commit f9f50330f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173758

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"