From 4c415c49ae1a2904a113cc4855ebaf9cede2db0c Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 9 Aug 2011 13:02:11 +0000 Subject: [PATCH] Passes relaxed array boundary checks with clang now. --- gnu/usr.bin/gdb6/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/gdb6/Makefile.inc b/gnu/usr.bin/gdb6/Makefile.inc index 26a269a8326e..84d27a4b4516 100644 --- a/gnu/usr.bin/gdb6/Makefile.inc +++ b/gnu/usr.bin/gdb6/Makefile.inc @@ -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