On Tue, 24 Mar 2026 10:06:34 GMT, Frederic Thevenet <[email protected]> wrote:
> [JDK-8324243](https://bugs.openjdk.org/browse/JDK-8324243) added > `calloc-transposed-args` to the list of suppressed warnings when building > HarfBuzz, 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 This pull request has now been integrated. Changeset: 6466d980 Author: Frederic Thevenet <[email protected]> Committer: Alexey Ivanov <[email protected]> URL: https://git.openjdk.org/jdk/commit/6466d9809c80bdf1353b36efc67f7977ee4f45b6 Stats: 4 lines in 1 file changed: 0 ins; 3 del; 1 mod 8380776: No longer necessary to disable calloc-transposed-args warnings when building harfbuzz Reviewed-by: erikj, kbarrett, jwaters, aivanov ------------- PR: https://git.openjdk.org/jdk/pull/30396
