File tree Expand file tree Collapse file tree
make/modules/java.desktop/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -338,11 +338,8 @@ else
338338 # noexcept-type required for GCC 7 builds. Not required for GCC 8+.
339339 # expansion-to-defined required for GCC 9 builds. Not required for GCC 10+.
340340 # maybe-uninitialized required for GCC 8 builds. Not required for GCC 9+.
341- # calloc-transposed-args required for GCC 14 builds. (fixed upstream in
342- # Harfbuzz 032c931e1c0cfb20f18e5acb8ba005775242bd92)
343341 HARFBUZZ_DISABLED_WARNINGS_CXX_gcc := class-memaccess noexcept-type \
344- expansion-to-defined dangling-reference maybe-uninitialized \
345- calloc-transposed-args
342+ expansion-to-defined dangling-reference maybe-uninitialized
346343 HARFBUZZ_DISABLED_WARNINGS_clang := missing-field-initializers \
347344 range-loop-analysis unused-variable
348345 HARFBUZZ_DISABLED_WARNINGS_microsoft := 4267 4244
You can’t perform that action at this time.
0 commit comments