lower warning level to fix build with gcc

This commit is contained in:
Baptiste Daroussin 2014-07-31 05:56:15 +00:00
parent 5dc8bea6de
commit 88ce49a42a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269323

View File

@ -16,6 +16,7 @@ NO_WMISSING_VARIABLE_DECLARATIONS=
SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c parser.y tokenizer.l
.PATH: ${.CURDIR}/lib
SRCS+= ohash.c
WARNS= 3
tokenizer.o: parser.h