Date: Thu, 12 May 2011 21:30:46 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r221823 - head/lib/libfetch Message-ID: <201105122130.p4CLUk0O051199@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: des Date: Thu May 12 21:30:46 2011 New Revision: 221823 URL: http://svn.freebsd.org/changeset/base/221823 Log: Builds cleanly at the default WARNS level (WARNS=6). Modified: head/lib/libfetch/Makefile Modified: head/lib/libfetch/Makefile ============================================================================== --- head/lib/libfetch/Makefile Thu May 12 21:26:42 2011 (r221822) +++ head/lib/libfetch/Makefile Thu May 12 21:30:46 2011 (r221823) @@ -26,7 +26,6 @@ LDADD= -lmd CFLAGS+= -DFTP_COMBINE_CWDS CSTD?= c99 -WARNS?= 4 SHLIB_MAJOR= 6
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105122130.p4CLUk0O051199>