On Tue, 25 Oct 2022 10:40:05 GMT, Aleksey Shipilev <[email protected]> wrote:
> Fails like this: > > > * For target > support_native_java.desktop_libsplashscreen_splashscreen_impl.obj: > splashscreen_impl.c > c:\buildbot\worker\build-jdkx-windows\build\src\java.desktop\share\native\libsplashscreen\splashscreen_impl.c(443): > error C2220: the following warning is treated as an error > c:\buildbot\worker\build-jdkx-windows\build\src\java.desktop\share\native\libsplashscreen\splashscreen_impl.c(443): > warning C4018: '>': signed/unsigned mismatch > c:\buildbot\worker\build-jdkx-windows\build\src\java.desktop\share\native\libsplashscreen\splashscreen_impl.c(444): > warning C4018: '>': signed/unsigned mismatch > c:\buildbot\worker\build-jdkx-windows\build\src\java.desktop\share\native\libsplashscreen\splashscreen_impl.c(466): > warning C4018: '>': signed/unsigned mismatch > c:\buildbot\worker\build-jdkx-windows\build\src\java.desktop\share\native\libsplashscreen\splashscreen_impl.c(467): > warning C4018: '>': signed/unsigned mismatch > ``` > > I just added the disabled warning for that file. > > Additional testing: > - [x] Windows x86_32 release (now builds) > - [x] Windows x86_32 fastdebug (now builds) > - [x] Windows x86_32 slowdebug (now builds) Thanks, I am going to integrate to unbreak my CI. ------------- PR: https://git.openjdk.org/jdk/pull/10848
