From 650fd1e4e400d3f3ddda01acb58fa08c4061d603 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 17 Dec 2011 00:54:09 +0000 Subject: [PATCH] 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 --- sbin/ipf/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbin/ipf/Makefile.inc b/sbin/ipf/Makefile.inc index 0065ce7550c..b3efd6f8eec 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