svn commit: r279560 - head/lib/libucl

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 3 07:51:37 UTC 2015


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 \


More information about the svn-src-head mailing list