Skip to content

Commit a4770b5

Browse files
committed
8357193: [VS 2022 17.14] Warning C5287 in debugInit.c: enum type mismatch during build
Backport-of: 5f38d1bb94d008c33c1a7af12c81ee0e15371e13
1 parent 01a62e3 commit a4770b5

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
@@ -55,6 +55,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBJDWP, \
5555
DISABLED_WARNINGS_gcc := unused-function, \
5656
DISABLED_WARNINGS_clang := sometimes-uninitialized format-nonliteral \
5757
self-assign, \
58+
DISABLED_WARNINGS_microsoft_debugInit.c := 5287, \
5859
EXTRA_HEADER_DIRS := \
5960
include \
6061
libjdwp/export, \

0 commit comments

Comments
 (0)