make/hotspot/lib/CompileJvm.gmk
branchihse-cflags-rewrite-branch
changeset 58666 50a4f2770d1f
parent 58665 30a5049a36bb
--- a/make/hotspot/lib/CompileJvm.gmk	Thu Oct 17 11:07:24 2019 +0200
+++ b/make/hotspot/lib/CompileJvm.gmk	Thu Oct 17 11:37:36 2019 +0200
@@ -196,7 +196,7 @@
         unused-local-typedefs unused-variable address \
         missing-field-initializers unused-but-set-variable char-subscripts \
         array-bounds narrowing empty-body unused-but-set-parameter \
-        maybe-uninitialized logical-op \
+        maybe-uninitialized \
         implicit-fallthrough expansion-to-defined strict-overflow sequence-point, \
     DISABLED_WARNINGS_clang := $(DISABLED_WARNINGS_clang) \
         \
@@ -207,7 +207,7 @@
         unknownpragma doubunder w_enumnotused w_toomanyenumnotused \
         wvarhidenmem wunreachable wnoretvalue, \
     DISABLED_WARNINGS_xlc := $(DISABLED_WARNINGS_xlc), \
-    DISABLED_WARNINGS_microsoft := $(DISABLED_WARNINGS_microsoft), \
+    DISABLED_WARNINGS_microsoft := $(DISABLED_WARNINGS_microsoft) \
         \
         4459, \
     ASFLAGS := $(JVM_ASFLAGS), \