Disable labelnotused for jvm. ihse-cflags-rewrite-branch
authorihse
Thu, 14 Jun 2018 11:58:17 +0200
branchihse-cflags-rewrite-branch
changeset 56759 237de13b25cc
parent 56733 1a8b7e5a6d6f
child 56760 8a18c7457c88
Disable labelnotused for jvm.
make/hotspot/lib/CompileJvm.gmk
--- a/make/hotspot/lib/CompileJvm.gmk	Mon Jun 11 14:47:45 2018 +0200
+++ b/make/hotspot/lib/CompileJvm.gmk	Thu Jun 14 11:58:17 2018 +0200
@@ -167,7 +167,7 @@
         implicit-fallthrough expansion-to-defined, \
     DISABLED_WARNINGS_clang := tautological-compare, \
     DISABLED_WARNINGS_solstudio := $(DISABLED_WARNINGS_solstudio) \
-        hidef w_novirtualdescr inlafteruse \
+        labelnotused hidef w_novirtualdescr inlafteruse \
         unknownpragma doubunder w_enumnotused w_toomanyenumnotused \
         wvarhidenmem wunreachable wnoretvalue, \
     DISABLED_WARNINGS_xlc := 1540-0216 1540-0198 1540-1090 1540-1639 \