1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

Use both NO_WFORMAT and NO_WARRAY_BOUNDS for sbin/ipf, it would be too

disruptive to actually fix all the warnings, and the code hasn't been
maintained for several years.

MFC after:	1 week
This commit is contained in:
Dimitry Andric 2011-12-17 00:54:09 +00:00
parent 5323d72245
commit 650fd1e4e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228612

View File

@ -1,6 +1,8 @@
# $FreeBSD$
WARNS?= 2
NO_WFORMAT=
NO_WARRAY_BOUNDS=
CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter
CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter/tools