svn commit: r262410 - head/lib/libucl

Baptiste Daroussin bapt at FreeBSD.org
Sun Feb 23 22:50:23 UTC 2014


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


More information about the svn-src-head mailing list