Skip to content

Commit 772be2e

Browse files
committedOct 26, 2022
8295868: 32-bit Windows build failures after JDK-8294466
Reviewed-by: erikj
1 parent e173fd7 commit 772be2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎make/modules/java.desktop/lib/Awt2dLibraries.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ ifeq ($(ENABLE_HEADLESS_ONLY), false)
768768
DISABLED_WARNINGS_clang_splashscreen_png.c := incompatible-pointer-types, \
769769
DISABLED_WARNINGS_clang_splashscreen_sys.m := deprecated-declarations, \
770770
DISABLED_WARNINGS_microsoft_dgif_lib.c := 4018 4267, \
771-
DISABLED_WARNINGS_microsoft_splashscreen_impl.c := 4267 4244, \
771+
DISABLED_WARNINGS_microsoft_splashscreen_impl.c := 4018 4267 4244, \
772772
DISABLED_WARNINGS_microsoft_splashscreen_png.c := 4267, \
773773
DISABLED_WARNINGS_microsoft_splashscreen_sys.c := 4267 4244, \
774774
LDFLAGS := $(LDFLAGS_JDKLIB) \

0 commit comments

Comments
 (0)
Please sign in to comment.