File tree 1 file changed +3
-1
lines changed
make/modules/java.desktop/lib
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -460,8 +460,10 @@ else
460
460
461
461
HARFBUZZ_DISABLED_WARNINGS_gcc := type-limits missing-field-initializers strict-aliasing
462
462
# noexcept-type required for GCC 7 builds. Not required for GCC 8+.
463
+ # expansion-to-defined required for GCC 9 builds. Not required for GCC 10+.
463
464
HARFBUZZ_DISABLED_WARNINGS_CXX_gcc := reorder delete-non-virtual-dtor strict-overflow \
464
- maybe-uninitialized class-memaccess unused-result extra use-after-free noexcept-type
465
+ maybe-uninitialized class-memaccess unused-result extra use-after-free noexcept-type \
466
+ expansion-to-defined
465
467
HARFBUZZ_DISABLED_WARNINGS_clang := unused-value incompatible-pointer-types \
466
468
tautological-constant-out-of-range-compare int-to-pointer-cast \
467
469
undef missing-field-initializers range-loop-analysis \
You can’t perform that action at this time.
0 commit comments