Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
8266171: -Warray-bounds happens in imageioJPEG.c
Browse files Browse the repository at this point in the history
Reviewed-by: yan
Backport-of: b172555
  • Loading branch information
wkia authored and Yuri Nesterenko committed Sep 26, 2022
1 parent 9b4411a commit c0ce123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/lib/Awt2dLibraries.gmk
Expand Up @@ -434,7 +434,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBJAVAJPEG, \
OPTIMIZATION := HIGHEST, \
CFLAGS := $(CFLAGS_JDKLIB), \
HEADERS_FROM_SRC := $(LIBJPEG_HEADERS_FROM_SRC), \
DISABLED_WARNINGS_gcc := clobbered implicit-fallthrough shift-negative-value, \
DISABLED_WARNINGS_gcc := clobbered implicit-fallthrough shift-negative-value array-bounds, \
LDFLAGS := $(LDFLAGS_JDKLIB) \
$(call SET_SHARED_LIBRARY_ORIGIN), \
LIBS := $(LIBJPEG_LIBS) $(JDKLIB_LIBS), \
Expand Down

1 comment on commit c0ce123

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.