Author: bapt
Date: Sun Feb 23 22:50:22 2014
New Revision: 262410
URL: http://svnweb.freebsd.org/changeset/base/262410

Log:
  Lower the level of WARNS to fix build with gcc

Modified:
  head/lib/libucl/Makefile

Modified: head/lib/libucl/Makefile
==============================================================================
--- head/lib/libucl/Makefile    Sun Feb 23 22:35:18 2014        (r262409)
+++ head/lib/libucl/Makefile    Sun Feb 23 22:50:22 2014        (r262410)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to