From be5181d5b132c973aa4926898c064b11283e0a7d Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 19 May 2002 18:24:00 +0000 Subject: [PATCH] Tweak the WARNS levels a tad. --- share/mk/bsd.sys.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk index 2988a5be24bb..f439a0852423 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