RFR: 8301820: C4819 warnings were reported on Windows
Mikael Vidstedt
mikael at openjdk.org
Sat Feb 4 23:11:48 UTC 2023
On Sat, 4 Feb 2023 09:42:57 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:
> C4819 warnings were reported when I tried to build JDK on Windows with VS2022.
> This PR contains changes both HotSpot and client libraries. Let me know if they should be separated.
>
> * HotSpot
> * stubGenerator_x86_64_poly.cpp
> * elfFile.hpp
> * libfontmanager
> * hb.hh
> * libfreetype
> * afblue.c
>
> I added C4819 to `DISABLED_WARNINGS_microsoft` for libfontmanager and for libfreetype because they are 3rd-party libraries.
Out of curiosity, which version of VS 2022 is this?
-------------
PR: https://git.openjdk.org/jdk/pull/12427
More information about the build-dev
mailing list