mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
3c0c871777
commit
d36bf6e792
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue