summaryrefslogtreecommitdiffstats
path: root/lib/libucl
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-03-03 07:51:36 +0000
committerbapt <bapt@FreeBSD.org>2015-03-03 07:51:36 +0000
commitefdf3024fd8370c0000a527463fc426d2c0a8cdf (patch)
tree0cef439f4e21d0bc0e178ecd0d4be598996aa387 /lib/libucl
parent09859de9fa153dc49e19f3b7628f7980b34febee (diff)
downloadFreeBSD-src-efdf3024fd8370c0000a527463fc426d2c0a8cdf.zip
FreeBSD-src-efdf3024fd8370c0000a527463fc426d2c0a8cdf.tar.gz
Lower warnings to please gcc 4.2
Diffstat (limited to 'lib/libucl')
-rw-r--r--lib/libucl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libucl/Makefile b/lib/libucl/Makefile
index 62b0d28..b94f3da 100644
--- a/lib/libucl/Makefile
+++ b/lib/libucl/Makefile
@@ -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 \
OpenPOWER on IntegriCloud