Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2009 09:04:29 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r187763 - head/sbin/ipfw
Message-ID:  <200901270904.n0R94T4V079432@svn.freebsd.org>

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



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