From 2edea98d7f0811e8362ca5978f8db4102d945baf Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Tue, 27 Jan 2009 09:04:29 +0000 Subject: [PATCH] I believe this is safe to build with WARNS=2 now --- sbin/ipfw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile index 023f682b25f5..06dd40f538a7 100644 --- a/sbin/ipfw/Makefile +++ b/sbin/ipfw/Makefile @@ -2,7 +2,7 @@ PROG= ipfw SRCS= ipfw2.c -WARNS?= 0 +WARNS?= 2 MAN= ipfw.8 .include