Recent cleanups made it possible to bump WARNS to 3.

This commit is contained in:
Stefan Farfeleder 2005-08-14 07:46:56 +00:00
parent 14dcd40fde
commit 711dc65d01
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149046

View File

@ -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 \