Skip to content

Commit cec1ef0

Browse files
committed
8357193: [VS 2022 17.14] Warning C5287 in debugInit.c: enum type mismatch during build
Reviewed-by: shade Backport-of: 5f38d1bb94d008c33c1a7af12c81ee0e15371e13
1 parent 501f90c commit cec1ef0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make/lib/Lib-jdk.jdwp.agent.gmk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBJDWP, \
5454
NAME := jdwp, \
5555
OPTIMIZATION := LOW, \
5656
CFLAGS := $(CFLAGS_JDKLIB) -DJDWP_LOGGING, \
57+
DISABLED_WARNINGS_microsoft_debugInit.c := 5287, \
5758
EXTRA_HEADER_DIRS := \
5859
include \
5960
libjdwp/export, \

0 commit comments

Comments
 (0)