Date: Thu, 20 May 2010 09:00:11 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r208342 - head/lib/libmagic Message-ID: <201005200900.o4K90BjN046858@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marius Date: Thu May 20 09:00:11 2010 New Revision: 208342 URL: http://svn.freebsd.org/changeset/base/208342 Log: With r208341 in place WARNS can be increased. Modified: head/lib/libmagic/Makefile Modified: head/lib/libmagic/Makefile ============================================================================== --- head/lib/libmagic/Makefile Thu May 20 08:56:50 2010 (r208341) +++ head/lib/libmagic/Makefile Thu May 20 09:00:11 2010 (r208342) @@ -20,7 +20,7 @@ MAGICPATH?= /usr/share/misc CFLAGS+= -DMAGIC='"${MAGICPATH}/magic"' -DHAVE_CONFIG_H CFLAGS+= -I${.CURDIR} -I${CONTRDIR} -WARNS?= 1 +WARNS?= 3 CLEANFILES+= magic magic.mgc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005200900.o4K90BjN046858>