aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/Makefile
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-10-01 07:26:35 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-10-01 07:26:35 +0000
commitb7f23f5be5c0d281ef56fd49b3d8040c315c8a0b (patch)
tree9c838382f22c123b136cd00a218ab88875029722 /bin/sh/Makefile
parent3bb24c35f2fbffed3f175dc2bc72bb2867ff1198 (diff)
downloadsrc-b7f23f5be5c0d281ef56fd49b3d8040c315c8a0b.tar.gz
src-b7f23f5be5c0d281ef56fd49b3d8040c315c8a0b.zip
Remove WARNS=0 and WFORMAT=0. The shell compiles cleanly at WARNS=2
on at least i386. If there are warnings on other archs, I'd rather hear about them than pretend they didn't exist.
Notes
Notes: svn path=/head/; revision=104273
Diffstat (limited to 'bin/sh/Makefile')
-rw-r--r--bin/sh/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index b707917b5997..64eb0f022a04 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -21,8 +21,6 @@ LFLAGS= -8 # 8-bit lex scanner for arithmetic
CFLAGS+=-DSHELL -I. -I${.CURDIR}
# for debug:
# CFLAGS+= -g -DDEBUG=2
-WARNS= 0
-WFORMAT=0
.PATH: ${.CURDIR}/bltin \
${.CURDIR}/../../bin/test