Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2011 00:54:10 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228612 - head/sbin/ipf
Message-ID:  <201112170054.pBH0sAE2035257@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Sat Dec 17 00:54:09 2011
New Revision: 228612
URL: http://svn.freebsd.org/changeset/base/228612

Log:
  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

Modified:
  head/sbin/ipf/Makefile.inc

Modified: head/sbin/ipf/Makefile.inc
==============================================================================
--- head/sbin/ipf/Makefile.inc	Sat Dec 17 00:26:45 2011	(r228611)
+++ head/sbin/ipf/Makefile.inc	Sat Dec 17 00:54:09 2011	(r228612)
@@ -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?201112170054.pBH0sAE2035257>