libc passes the relaxed array boundary check in clang now.

This commit is contained in:
joerg 2011-08-09 13:03:36 +00:00
parent 53cc155f3b
commit 82c56d333f

View File

@ -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"