RFR: 8311110: multichar warning in WinAccessBridge.cpp

Julian Waters jwaters at openjdk.org
Wed Jun 12 10:33:14 UTC 2024


On Wed, 12 Jun 2024 04:58:47 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> Looks like there was a typo for null character. It should be `'\0'` instead of `'/0'`.
> Build with clang toolchain with the help of [this PR](https://github.com/openjdk/jdk/pull/17019) and after the changes there is no warning.

Looks great! Thanks for checking out a different compiler than the default Microsoft one to compile the JDK with! Do try out the gcc one if you can too ;)

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

Marked as reviewed by jwaters (Committer).

PR Review: https://git.openjdk.org/jdk/pull/19670#pullrequestreview-2112613108


More information about the client-libs-dev mailing list