File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
make/modules/java.desktop/lib Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 504504 unused-result array-bounds parentheses
505505 # noexcept-type required for GCC 7 builds. Not required for GCC 8+.
506506 # expansion-to-defined required for GCC 9 builds. Not required for GCC 10+.
507- HARFBUZZ_DISABLED_WARNINGS_CXX_gcc := class-memaccess noexcept-type expansion-to-defined dangling-reference
507+ # maybe-uninitialized required for GCC 8 builds. Not required for GCC 9+.
508+ HARFBUZZ_DISABLED_WARNINGS_CXX_gcc := class-memaccess noexcept-type \
509+ expansion-to-defined dangling-reference maybe-uninitialized
508510 HARFBUZZ_DISABLED_WARNINGS_clang := missing-field-initializers range-loop-analysis
509511 HARFBUZZ_DISABLED_WARNINGS_microsoft := 4267 4244
510512
You can’t perform that action at this time.
0 commit comments