aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>2007-11-18 01:53:07 +0000
committerJohn Birrell <jb@FreeBSD.org>2007-11-18 01:53:07 +0000
commit78a5dd56cdc5f4f6c10a314181d42bb4e5c42d87 (patch)
treeabc75b39854d7fe9b937087fa00396ee0fe7f27c /bin
parent62cd82ec24951e4c15720844741c6491e7c3a1d8 (diff)
Notes
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 9baa955ef0e6..337264b54b0c 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?= 3
+WARNS?= 2
WFORMAT=0
.PATH: ${.CURDIR}/bltin \