never mind, for the time being let's stick with WARNS=0 until

we sort out all proper printf formats.
This commit is contained in:
Luigi Rizzo 2009-01-27 11:03:47 +00:00
parent 3c0c871777
commit d36bf6e792
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187768

View File

@ -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>