summaryrefslogtreecommitdiffstats
path: root/sbin/ipf
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-12-17 00:54:09 +0000
committerdim <dim@FreeBSD.org>2011-12-17 00:54:09 +0000
commit47dd4657eab2f1d399b8ca595dfa14326d41927a (patch)
treeaf4415d1e7c0fffc8306041af235266b0818e5b8 /sbin/ipf
parentbbe4aa1fe1af729bc126ea69a39f2eb85a2bcda1 (diff)
downloadFreeBSD-src-47dd4657eab2f1d399b8ca595dfa14326d41927a.zip
FreeBSD-src-47dd4657eab2f1d399b8ca595dfa14326d41927a.tar.gz
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
Diffstat (limited to 'sbin/ipf')
-rw-r--r--sbin/ipf/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/ipf/Makefile.inc b/sbin/ipf/Makefile.inc
index 0065ce7..b3efd6f 100644
--- a/sbin/ipf/Makefile.inc
+++ b/sbin/ipf/Makefile.inc
@@ -1,6 +1,8 @@
# $FreeBSD$
WARNS?= 2
+NO_WFORMAT=
+NO_WARRAY_BOUNDS=
CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter
CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter/tools
OpenPOWER on IntegriCloud