Skip to content

Commit

Permalink
8266545: 8261169 broke Harfbuzz build with gcc 7 and 8
Browse files Browse the repository at this point in the history
Backport-of: a86ee9b3f370b59caea2ae78169d13498560cd8e
  • Loading branch information
Dmitry Cherepanov committed Dec 1, 2021
1 parent cc85ccb commit b95eed7
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 @@ -463,7 +463,7 @@ else

HARFBUZZ_DISABLED_WARNINGS_gcc := type-limits missing-field-initializers strict-aliasing
HARFBUZZ_DISABLED_WARNINGS_CXX_gcc := reorder delete-non-virtual-dtor strict-overflow \
maybe-uninitialized class-memaccess unused-result
maybe-uninitialized class-memaccess unused-result extra
HARFBUZZ_DISABLED_WARNINGS_clang := unused-value incompatible-pointer-types \
tautological-constant-out-of-range-compare int-to-pointer-cast \
undef missing-field-initializers range-loop-analysis
Expand Down

0 comments on commit b95eed7

Please sign in to comment.