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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to