svn commit: r229176 - stable/9/sbin/ipf

Dimitry Andric dim at FreeBSD.org
Sun Jan 1 17:37:17 UTC 2012


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


More information about the svn-src-stable-9 mailing list