We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb67ac commit 9076673Copy full SHA for 9076673
src/java.base/share/native/libjli/java.c
@@ -666,7 +666,14 @@ JavaMain(void* _args)
666
ret = 1;
667
}
668
LEAVE();
669
+#if defined(__GNUC__)
670
+#pragma GCC diagnostic push
671
+#pragma GCC diagnostic ignored "-Wreturn-type"
672
+#endif
673
674
675
+#pragma GCC diagnostic pop
676
677
678
/*
679
* Test if the given name is one of the class path options.
0 commit comments