diff options
author | tjr <tjr@FreeBSD.org> | 2002-10-01 07:26:35 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-10-01 07:26:35 +0000 |
commit | abffc58780e7002c43104b8927963b95d55df46f (patch) | |
tree | 9c838382f22c123b136cd00a218ab88875029722 /bin/sh | |
parent | 19150ba4f87b68b4bee90b657affe9c3181a6a37 (diff) | |
download | FreeBSD-src-abffc58780e7002c43104b8927963b95d55df46f.zip FreeBSD-src-abffc58780e7002c43104b8927963b95d55df46f.tar.gz |
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.
Diffstat (limited to 'bin/sh')
-rw-r--r-- | bin/sh/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile index b707917..64eb0f0 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 |