Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/ipf Requires -Wno-array-bounds with clang now.



details:   https://anonhg.NetBSD.org/src/rev/4c0fb6db8415
branches:  trunk
changeset: 768144:4c0fb6db8415
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Aug 09 13:06:10 2011 +0000

description:
Requires -Wno-array-bounds with clang now.

diffstat:

 usr.sbin/ipf/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 25c5abec4d5c -r 4c0fb6db8415 usr.sbin/ipf/Makefile.inc
--- a/usr.sbin/ipf/Makefile.inc Tue Aug 09 13:04:28 2011 +0000
+++ b/usr.sbin/ipf/Makefile.inc Tue Aug 09 13:06:10 2011 +0000
@@ -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>
 



Home | Main Index | Thread Index | Old Index