summaryrefslogtreecommitdiffstats
path: root/lib/libucl
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-02-23 22:50:22 +0000
committerbapt <bapt@FreeBSD.org>2014-02-23 22:50:22 +0000
commit19920f52f7093f9320bea19e012e5517ae02aea5 (patch)
tree5750a87536832207dc7172d1cdf7c34f0bce306b /lib/libucl
parentbce9295acbaaa8b7c78d7eda02fc53f990c4cfc7 (diff)
downloadFreeBSD-src-19920f52f7093f9320bea19e012e5517ae02aea5.zip
FreeBSD-src-19920f52f7093f9320bea19e012e5517ae02aea5.tar.gz
Lower the level of WARNS to fix build with gcc
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 8e7bee5..1bb076d 100644
--- a/lib/libucl/Makefile
+++ b/lib/libucl/Makefile
@@ -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
OpenPOWER on IntegriCloud