svn commit: r187763 - head/sbin/ipfw
Luigi Rizzo
luigi at FreeBSD.org
Tue Jan 27 01:04:30 PST 2009
Author: luigi
Date: Tue Jan 27 09:04:29 2009
New Revision: 187763
URL: http://svn.freebsd.org/changeset/base/187763
Log:
I believe this is safe to build with WARNS=2 now
Modified:
head/sbin/ipfw/Makefile
Modified: head/sbin/ipfw/Makefile
==============================================================================
--- head/sbin/ipfw/Makefile Tue Jan 27 07:40:16 2009 (r187762)
+++ head/sbin/ipfw/Makefile Tue Jan 27 09:04:29 2009 (r187763)
@@ -2,7 +2,7 @@
PROG= ipfw
SRCS= ipfw2.c
-WARNS?= 0
+WARNS?= 2
MAN= ipfw.8
.include <bsd.prog.mk>
More information about the svn-src-head
mailing list