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 01a62e3 commit a4770b5Copy full SHA for a4770b5
make/modules/jdk.jdwp.agent/Lib.gmk
@@ -55,6 +55,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBJDWP, \
55
DISABLED_WARNINGS_gcc := unused-function, \
56
DISABLED_WARNINGS_clang := sometimes-uninitialized format-nonliteral \
57
self-assign, \
58
+ DISABLED_WARNINGS_microsoft_debugInit.c := 5287, \
59
EXTRA_HEADER_DIRS := \
60
include \
61
libjdwp/export, \
0 commit comments