RFR: 8373270: GCC 14.2.0 reports warning: '%s' directive output may be truncated [v2]

Kim Barrett kbarrett at openjdk.org
Tue Dec 9 05:33:58 UTC 2025


On Tue, 9 Dec 2025 00:49:22 GMT, Fairoz Matte <fmatte at openjdk.org> wrote:

>> 8373270: GCC 14.2.0 reports warning: '%s' directive output may be truncated
>
> Fairoz Matte has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Correcting return from error condition

src/java.base/unix/native/libjli/java_md_common.c line 286:

> 284:       return (0);
> 285:     }
> 286: 

Why not just delete this no longer used function?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28708#discussion_r2601150598


More information about the core-libs-dev mailing list