diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-03 07:51:36 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-03 07:51:36 +0000 |
commit | efdf3024fd8370c0000a527463fc426d2c0a8cdf (patch) | |
tree | 0cef439f4e21d0bc0e178ecd0d4be598996aa387 /lib/libucl/Makefile | |
parent | 09859de9fa153dc49e19f3b7628f7980b34febee (diff) | |
download | FreeBSD-src-efdf3024fd8370c0000a527463fc426d2c0a8cdf.zip FreeBSD-src-efdf3024fd8370c0000a527463fc426d2c0a8cdf.tar.gz |
Lower warnings to please gcc 4.2
Diffstat (limited to 'lib/libucl/Makefile')
-rw-r--r-- | lib/libucl/Makefile | 2 |
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 \ |