From f2dddc3de3989e9a0ff47303d100eb4f9f071031 Mon Sep 17 00:00:00 2001 From: jb Date: Mon, 19 Nov 2007 22:39:39 +0000 Subject: 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. --- share/mk/bsd.sys.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share/mk/bsd.sys.mk') 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" -- cgit v1.1