Author: bapt
Date: Tue Mar 3 07:51:36 2015
New Revision: 279560
URL: https://svnweb.freebsd.org/changeset/base/279560
Log:
Lower warnings to please gcc 4.2
Modified:
head/lib/libucl/Makefile
Modified: head/lib/libucl/Makefile
==============================================================================
--- head/lib/libucl/Makefile Tue Mar 3 04:28:19 2015 (r279559)
+++ head/lib/libucl/Makefile Tue Mar 3 07:51:36 2015 (r279560)
@@ -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 \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"