8074796: Disabling warnings on clang triggers compiler bug for libunpack
authorihse
Thu, 12 Mar 2015 16:25:24 +0100
changeset 29395 548c4db70509
parent 29394 d812e63542e3
child 29396 80759eb7fda9
8074796: Disabling warnings on clang triggers compiler bug for libunpack Reviewed-by: erikj
jdk/make/lib/Lib-jdk.pack200.gmk
--- a/jdk/make/lib/Lib-jdk.pack200.gmk	Thu Mar 12 12:13:48 2015 +0100
+++ b/jdk/make/lib/Lib-jdk.pack200.gmk	Thu Mar 12 16:25:24 2015 +0100
@@ -42,7 +42,6 @@
     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, \