summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/mk/bsd.sys.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk
index efb69a9..566917c 100644
--- a/share/mk/bsd.sys.mk
+++ b/share/mk/bsd.sys.mk
@@ -13,6 +13,9 @@ CFLAGS += -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
# XXX Delete -Wuninitialized by default for now -- the compiler doesn't
# XXX always get it right.
CFLAGS += -Wno-uninitialized
+. if !defined(NO_WERROR)
+CFLAGS += -Werror
+. endif
. endif
. if ${WARNS} > 1
CFLAGS += -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow
@@ -25,11 +28,10 @@ WFORMAT = 1
. if defined(WFORMAT)
. if ${WFORMAT} > 0
CFLAGS += -Wnon-const-format -Wno-format-extra-args
-. endif
-. endif
-
-. if !defined(NO_WERROR)
+. if !defined(NO_WERROR)
CFLAGS += -Werror
+. endif
+. endif
. endif
.endif
OpenPOWER on IntegriCloud