Reduce the WARNS level to avoid a compiler warning about a variable

possibly being clobbered by a longjmp or a fork with gcc4.
This commit is contained in:
jb 2007-11-18 01:53:07 +00:00
parent b8e21e06c5
commit e14c498cfa

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?= 3
WARNS?= 2
WFORMAT=0
.PATH: ${.CURDIR}/bltin \