Add back WARNS=0 and WFORMAT=0; gcc is finding nonexistent format string

errors with %qd formats.
This commit is contained in:
Tim J. Robbins 2002-10-01 08:55:28 +00:00
parent ec65e9977a
commit fce40e6ec6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104276

View file

@ -21,6 +21,8 @@ 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