Skip to content

Commit 5f38d1b

Browse files
committed
8357193: [VS 2022 17.14] Warning C5287 in debugInit.c: enum type mismatch during build
Reviewed-by: sspitsyn
1 parent 735c789 commit 5f38d1b

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
@@ -68,6 +68,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBJDWP, \
6868
DISABLED_WARNINGS_clang_threadControl.c := unused-but-set-variable \
6969
unused-variable, \
7070
DISABLED_WARNINGS_clang_utf_util.c := unused-but-set-variable, \
71+
DISABLED_WARNINGS_microsoft_debugInit.c := 5287, \
7172
LDFLAGS := $(ICONV_LDFLAGS), \
7273
EXTRA_HEADER_DIRS := \
7374
include \

0 commit comments

Comments
 (0)