Skip to content

Commit e225254

Browse files
committed
8357193: [VS 2022 17.14] Warning C5287 in debugInit.c: enum type mismatch during build
Backport-of: 5f38d1b
1 parent 302ce64 commit e225254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make/modules/jdk.jdwp.agent/Lib.gmk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBJDWP, \
5858
DISABLED_WARNINGS_clang_EventRequestImpl.c := self-assign, \
5959
DISABLED_WARNINGS_clang_inStream.c := sometimes-uninitialized, \
6060
DISABLED_WARNINGS_clang_log_messages.c := format-nonliteral, \
61+
DISABLED_WARNINGS_microsoft_debugInit.c := 5287, \
6162
EXTRA_HEADER_DIRS := \
6263
include \
6364
libjdwp/export, \

0 commit comments

Comments
 (0)