From a43c6eba96776482bfaf4580048b3acc60f9e314 Mon Sep 17 00:00:00 2001 From: stefanf Date: Sun, 14 Aug 2005 07:46:56 +0000 Subject: Recent cleanups made it possible to bump WARNS to 3. --- bin/sh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.1