Date: Sun, 1 Jan 2012 17:37:17 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r229176 - stable/9/sbin/ipf Message-ID: <201201011737.q01HbHjN022804@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dim Date: Sun Jan 1 17:37:17 2012 New Revision: 229176 URL: http://svn.freebsd.org/changeset/base/229176 Log: MFC r228612 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. Modified: stable/9/sbin/ipf/Makefile.inc Directory Properties: stable/9/sbin/ipf/ (props changed) Modified: stable/9/sbin/ipf/Makefile.inc ============================================================================== --- stable/9/sbin/ipf/Makefile.inc Sun Jan 1 17:27:31 2012 (r229175) +++ stable/9/sbin/ipf/Makefile.inc Sun Jan 1 17:37:17 2012 (r229176) @@ -1,6 +1,8 @@ # $FreeBSD$ WARNS?= 2 +NO_WFORMAT= +NO_WARRAY_BOUNDS= CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter/tools
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201011737.q01HbHjN022804>