Module Name: src
Committed By: joerg
Date: Tue Aug 9 13:06:10 UTC 2011
Modified Files:
src/usr.sbin/ipf: Makefile.inc
Log Message:
Requires -Wno-array-bounds with clang now.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/ipf/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/ipf/Makefile.inc
diff -u src/usr.sbin/ipf/Makefile.inc:1.20 src/usr.sbin/ipf/Makefile.inc:1.21
--- src/usr.sbin/ipf/Makefile.inc:1.20 Thu May 26 12:56:34 2011
+++ src/usr.sbin/ipf/Makefile.inc Tue Aug 9 13:06:10 2011
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.20 2011/05/26 12:56:34 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.21 2011/08/09 13:06:10 joerg Exp $
WARNS?= 1 # XXX -Wcast-qual -Wshadow
CWARNFLAGS.clang+= -Wno-format -Wno-tautological-compare \
- -Wno-self-assign
+ -Wno-self-assign -Wno-array-bounds
.include <bsd.own.mk>