summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.sys.mk
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2007-11-19 22:39:39 +0000
committerjb <jb@FreeBSD.org>2007-11-19 22:39:39 +0000
commitf2dddc3de3989e9a0ff47303d100eb4f9f071031 (patch)
tree641b7b0e27a51258e757363bf223cc94ecb8dfad /share/mk/bsd.sys.mk
parentc3152c59dc162632178ef8ed100db387cbea9472 (diff)
downloadFreeBSD-src-f2dddc3de3989e9a0ff47303d100eb4f9f071031.zip
FreeBSD-src-f2dddc3de3989e9a0ff47303d100eb4f9f071031.tar.gz
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.
Diffstat (limited to 'share/mk/bsd.sys.mk')
-rw-r--r--share/mk/bsd.sys.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk
index 96432c1..c9698d2 100644
--- a/share/mk/bsd.sys.mk
+++ b/share/mk/bsd.sys.mk
@@ -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"
OpenPOWER on IntegriCloud