Passes relaxed array boundary checks with clang now.

This commit is contained in:
joerg 2011-08-09 13:02:11 +00:00
parent 11b90aaf13
commit 4c415c49ae
1 changed files with 2 additions and 2 deletions

View File

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