summaryrefslogtreecommitdiff
path: root/bin/sh
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2020-04-01 15:12:51 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2020-04-01 15:12:51 +0000
commitf52c431b186d91df7b18876529223a8855f1adc5 (patch)
tree031e19870f924cbd897cea0cba976147c6764398 /bin/sh
parent28930b94b2f6d0b39e4ea4a7907a3b6a1ca73c1d (diff)
downloadsrc-test-f52c431b186d91df7b18876529223a8855f1adc5.tar.gz
src-test-f52c431b186d91df7b18876529223a8855f1adc5.zip
Bump WARNS for sh(1).
Reviewed by: jilles MFC after: 2 weeks Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D24181
Notes
Notes: svn path=/head/; revision=359511
Diffstat (limited to 'bin/sh')
-rw-r--r--bin/sh/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index 7787194fa686e..b074121d0ecde 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -30,8 +30,6 @@ LIBADD= edit
CFLAGS+=-DSHELL -I. -I${.CURDIR}
# for debug:
# DEBUG_FLAGS+= -g -DDEBUG=2 -fno-inline
-WARNS?= 2
-WFORMAT=0
.PATH: ${.CURDIR}/bltin \
${.CURDIR:H}/kill \