Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/db libc passes the relaxed array boundary check in ...



details:   https://anonhg.NetBSD.org/src/rev/afca003d4070
branches:  trunk
changeset: 768142:afca003d4070
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Aug 09 13:03:36 2011 +0000

description:
libc passes the relaxed array boundary check in clang now.

diffstat:

 lib/libc/db/Makefile.inc |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r 4397f37d2c0a -r afca003d4070 lib/libc/db/Makefile.inc
--- a/lib/libc/db/Makefile.inc  Tue Aug 09 13:02:53 2011 +0000
+++ b/lib/libc/db/Makefile.inc  Tue Aug 09 13:03:36 2011 +0000
@@ -1,10 +1,8 @@
-#      $NetBSD: Makefile.inc,v 1.7 2011/05/26 12:56:29 joerg Exp $
+#      $NetBSD: Makefile.inc,v 1.8 2011/08/09 13:03:36 joerg Exp $
 #      @(#)Makefile.inc        8.2 (Berkeley) 2/21/94
 #
 CPPFLAGS+=-D__DBINTERFACE_PRIVATE
 
-CWARNFLAGS.clang+=     -Wno-array-bounds
-
 .include "${.CURDIR}/db/btree/Makefile.inc"
 .include "${.CURDIR}/db/db/Makefile.inc"
 .include "${.CURDIR}/db/hash/Makefile.inc"



Home | Main Index | Thread Index | Old Index