Skip to content

Commit c4fb98d

Browse files
committed
8307569: Build with gcc8 is broken after JDK-8307301
Reviewed-by: mdoerr Backport-of: 64c09628664fd19c281723f15bf677c52e360acd
1 parent 985c7a1 commit c4fb98d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make/lib/Awt2dLibraries.gmk

+2-1
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,9 @@ else
561561

562562
HARFBUZZ_DISABLED_WARNINGS_gcc := type-limits missing-field-initializers strict-aliasing
563563
# noexcept-type required for GCC 7 builds. Not required for GCC 8+.
564+
# expansion-to-defined required for GCC 9 builds. Not required for GCC 10+.
564565
HARFBUZZ_DISABLED_WARNINGS_CXX_gcc := reorder delete-non-virtual-dtor strict-overflow \
565-
maybe-uninitialized class-memaccess unused-result extra noexcept-type
566+
maybe-uninitialized class-memaccess unused-result extra noexcept-type expansion-to-defined
566567
HARFBUZZ_DISABLED_WARNINGS_clang := unused-value incompatible-pointer-types \
567568
tautological-constant-out-of-range-compare int-to-pointer-cast \
568569
undef missing-field-initializers deprecated-declarations c++11-narrowing range-loop-analysis

0 commit comments

Comments
 (0)