Lower warnings to please gcc 4.2

This commit is contained in:
bapt 2015-03-03 07:51:36 +00:00
parent 09859de9fa
commit efdf3024fd

View File

@ -18,7 +18,7 @@ SRCS= ucl_emitter_streamline.c \
LIBADD= m
WARNS= 2
WARNS= 1
CFLAGS+= -I${LIBUCL}/include \
-I${LIBUCL}/src \
-I${LIBUCL}/uthash \