Re-enable -Werror ins WARNS as it was roughly 6 months ago before

being disabled while gcc 4.2 was bedded in.

Tested with 'make release' (amd64 arm i386 ia64 pc98 powerpc sparc64 sun4v)
This commit is contained in:
John Birrell 2007-11-19 09:09:02 +00:00
parent c117aee58e
commit 76f9e2ec8f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173748

View File

@ -8,9 +8,6 @@
# for GCC: http://gcc.gnu.org/onlinedocs/gcc-3.0.4/gcc_3.html#IDX143
# Universally disable -Werror until src/ is in better shape for GCC 4.2
NO_WERROR=
.if !defined(NO_WARNS) && ${CC} != "icc"
. if defined(CSTD)
. if ${CSTD} == "k&r"