summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-19 18:24:00 +0000
committerobrien <obrien@FreeBSD.org>2002-05-19 18:24:00 +0000
commit48306d2934727ca714b8a8419422cd14fc841504 (patch)
treed1421c8425b03c0590870ac2d3c4e8cd8a7334a9
parent4205c9f55a8951b1c73cec5ab81aa108c7d16848 (diff)
downloadFreeBSD-src-48306d2934727ca714b8a8419422cd14fc841504.zip
FreeBSD-src-48306d2934727ca714b8a8419422cd14fc841504.tar.gz
Tweak the WARNS levels a tad.
-rw-r--r--share/mk/bsd.sys.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk
index 2988a5b..f439a08 100644
--- a/share/mk/bsd.sys.mk
+++ b/share/mk/bsd.sys.mk
@@ -11,9 +11,6 @@
.if !defined(NO_WARNS)
. if defined(WARNS)
. if ${WARNS} > 0
-. if !defined(NO_WERROR)
-CFLAGS += -Werror
-. endif
. endif
. if ${WARNS} > 1
CFLAGS += -Wall -Wno-format-y2k
@@ -45,9 +42,6 @@ WFORMAT = 1
. if ${WFORMAT} > 0
#CFLAGS += -Wformat-nonliteral -Wformat-security -Wno-format-extra-args
CFLAGS += -Wformat=2 -Wno-format-extra-args
-. if !defined(NO_WERROR)
-CFLAGS += -Werror
-. endif
. endif
. endif
.endif
OpenPOWER on IntegriCloud