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

View File

@ -22,7 +22,7 @@ LFLAGS= -8 # 8-bit lex scanner for arithmetic
CFLAGS+=-DSHELL -I. -I${.CURDIR} CFLAGS+=-DSHELL -I. -I${.CURDIR}
# for debug: # for debug:
# CFLAGS+= -g -DDEBUG=2 # CFLAGS+= -g -DDEBUG=2
WARNS?= 0 WARNS?= 3
WFORMAT=0 WFORMAT=0
.PATH: ${.CURDIR}/bltin \ .PATH: ${.CURDIR}/bltin \