From f8ce423552a8b3bfb5d2e25ab888a8a7195bb78d Mon Sep 17 00:00:00 2001 From: jb Date: Mon, 19 Nov 2007 09:09:02 +0000 Subject: 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) --- share/mk/bsd.sys.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'share/mk/bsd.sys.mk') diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk index 169268f..96432c1 100644 --- a/share/mk/bsd.sys.mk +++ b/share/mk/bsd.sys.mk @@ -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" -- cgit v1.1