summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.sys.mk
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2007-11-19 09:09:02 +0000
committerjb <jb@FreeBSD.org>2007-11-19 09:09:02 +0000
commitf8ce423552a8b3bfb5d2e25ab888a8a7195bb78d (patch)
tree86f87d4b37f49f634fc5a680404f5360d11e004c /share/mk/bsd.sys.mk
parent624e0ee864ba51a8d6e839e955c20acced1ad98a (diff)
downloadFreeBSD-src-f8ce423552a8b3bfb5d2e25ab888a8a7195bb78d.zip
FreeBSD-src-f8ce423552a8b3bfb5d2e25ab888a8a7195bb78d.tar.gz
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)
Diffstat (limited to 'share/mk/bsd.sys.mk')
-rw-r--r--share/mk/bsd.sys.mk3
1 files changed, 0 insertions, 3 deletions
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"
OpenPOWER on IntegriCloud