summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-08-14 07:46:56 +0000
committerstefanf <stefanf@FreeBSD.org>2005-08-14 07:46:56 +0000
commita43c6eba96776482bfaf4580048b3acc60f9e314 (patch)
tree91c28737c21b15fd7ccd2b5b5d82d5c46d3b5d4c /bin
parentba88fd3c57f9a076314a2ecd02b79ee6d3ef656f (diff)
downloadFreeBSD-src-a43c6eba96776482bfaf4580048b3acc60f9e314.zip
FreeBSD-src-a43c6eba96776482bfaf4580048b3acc60f9e314.tar.gz
Recent cleanups made it possible to bump WARNS to 3.
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index 7337d98..d6231e0 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -22,7 +22,7 @@ LFLAGS= -8 # 8-bit lex scanner for arithmetic
CFLAGS+=-DSHELL -I. -I${.CURDIR}
# for debug:
# CFLAGS+= -g -DDEBUG=2
-WARNS?= 0
+WARNS?= 3
WFORMAT=0
.PATH: ${.CURDIR}/bltin \
OpenPOWER on IntegriCloud