Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/gdb6 Passes relaxed array boundary checks with c...



details:   https://anonhg.NetBSD.org/src/rev/a043211b0759
branches:  trunk
changeset: 768140:a043211b0759
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Aug 09 13:02:11 2011 +0000

description:
Passes relaxed array boundary checks with clang now.

diffstat:

 gnu/usr.bin/gdb6/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r ee29ec2a78a8 -r a043211b0759 gnu/usr.bin/gdb6/Makefile.inc
--- a/gnu/usr.bin/gdb6/Makefile.inc     Tue Aug 09 13:01:34 2011 +0000
+++ b/gnu/usr.bin/gdb6/Makefile.inc     Tue Aug 09 13:02:11 2011 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.inc,v 1.2 2011/05/26 12:56:28 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.3 2011/08/09 13:02:11 joerg Exp $
 
 USE_LIBEDIT=no
 USE_TUI=yes
 WARNS?=                0
 
-CWARNFLAGS.clang+=     -Wno-unused-value -Wno-conversion -Wno-array-bounds \
+CWARNFLAGS.clang+=     -Wno-unused-value -Wno-conversion \
                        -Wno-switch-enum -Wno-parentheses -Wno-comment \
                        -Wno-tautological-compare -Wno-format-extra-args



Home | Main Index | Thread Index | Old Index