Lower the level of WARNS to fix build with gcc

This commit is contained in:
Baptiste Daroussin 2014-02-23 22:50:22 +00:00
parent aab6f7ed9a
commit fa28fc04f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262410

View File

@ -13,7 +13,7 @@ SRCS= ucl_emitter.c \
.PATH: ${LIBUCL}/src
WARNS= 2
WARNS= 1
CFLAGS+= -I${LIBUCL}/include \
-I${LIBUCL}/src \
-I${LIBUCL}/uthash