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:
jb 2007-11-19 09:09:02 +00:00
parent 624e0ee864
commit f8ce423552

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"