8074796: Disabling warnings on clang triggers compiler bug for libunpack

Reviewed-by: erikj
This commit is contained in:
Magnus Ihse Bursie 2015-03-12 16:25:24 +01:00
parent acb7e7eccd
commit e7472cc455

View File

@ -42,7 +42,6 @@ $(eval $(call SetupNativeCompilation,BUILD_LIBUNPACK, \
CFLAGS_release := -DPRODUCT, \
DISABLED_WARNINGS_gcc := conversion-null sign-compare format-security \
format-nonliteral parentheses, \
DISABLED_WARNINGS_clang := bool-conversion format-security, \
DISABLED_WARNINGS_solstudio := truncwarn, \
DISABLED_WARNINGS_microsoft := 4267 4018, \
MAPFILE := $(JDK_TOPDIR)/make/mapfiles/libunpack/mapfile-vers, \