[JDK-8324243](https://bugs.openjdk.org/browse/JDK-8324243) added `calloc-transposed-args` to the list of suppressed warnings when building harbuzz, in order to fix a compiler failure with gcc 14+. However, the root cause for the compilation failure has since been addressed upstream[0], and the fix was introduced into the jdk as part of the update to HarfBuzz 10.4.0 by [JDK-8348597](https://bugs.openjdk.org/browse/JDK-8348597). It therefore seems appropriate to remove the blanket suppression for `calloc-transposed-args` warnings when building HarfBuzz going forward.
[0] https://github.com/harfbuzz/harfbuzz/commit/032c931e1c0cfb20f18e5acb8ba005775242bd92 ------------- Commit messages: - 8380776: No longer necessary to disable calloc-transposed-args warnings when building harbuzz Changes: https://git.openjdk.org/jdk/pull/30396/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30396&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8380776 Stats: 4 lines in 1 file changed: 0 ins; 3 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/30396.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30396/head:pull/30396 PR: https://git.openjdk.org/jdk/pull/30396
