Skip to content

Commit

Permalink
8312592: New parentheses warnings after HarfBuzz 7.2.0 update
Browse files Browse the repository at this point in the history
Reviewed-by: phh
Backport-of: ea067fc3d2b1fecda694442c7921ecb980377c1e
  • Loading branch information
shipilev committed Oct 25, 2023
1 parent c83100c commit 73e4745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/modules/java.desktop/lib/Awt2dLibraries.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ else
LIBFONTMANAGER_EXCLUDE_FILES += libharfbuzz/hb-ft.cc

HARFBUZZ_DISABLED_WARNINGS_gcc := type-limits missing-field-initializers strict-aliasing \
array-bounds
array-bounds parentheses
# noexcept-type required for GCC 7 builds. Not required for GCC 8+.
# expansion-to-defined required for GCC 9 builds. Not required for GCC 10+.
HARFBUZZ_DISABLED_WARNINGS_CXX_gcc := reorder delete-non-virtual-dtor strict-overflow \
Expand Down

1 comment on commit 73e4745

@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.