Date: Tue, 27 Jan 2009 11:03:47 +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: r187768 - head/sbin/ipfw Message-ID: <200901271103.n0RB3lQW084615@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: luigi Date: Tue Jan 27 11:03:47 2009 New Revision: 187768 URL: http://svn.freebsd.org/changeset/base/187768 Log: never mind, for the time being let's stick with WARNS=0 until we sort out all proper printf formats. Modified: head/sbin/ipfw/Makefile Modified: head/sbin/ipfw/Makefile ============================================================================== --- head/sbin/ipfw/Makefile Tue Jan 27 10:18:55 2009 (r187767) +++ head/sbin/ipfw/Makefile Tue Jan 27 11:03:47 2009 (r187768) @@ -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 <bsd.prog.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901271103.n0RB3lQW084615>