Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2014 22:50:22 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r262410 - head/lib/libucl
Message-ID:  <201402232250.s1NMoMA2073015@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402232250.s1NMoMA2073015>