From d36bf6e792c461ea932b115b49914050967fecda Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Tue, 27 Jan 2009 11:03:47 +0000 Subject: [PATCH] never mind, for the time being let's stick with WARNS=0 until we sort out all proper printf formats. --- sbin/ipfw/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile index 34e850bd317e..190bea52751f 100644 --- a/sbin/ipfw/Makefile +++ b/sbin/ipfw/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PROG= ipfw -SRCS= ipfw2.c main.c -WARNS?= 2 +SRCS= ipfw2.c dummynet.c main.c +WARNS?= 0 MAN= ipfw.8 .include