Alexandre Julliard pushed to branch master at wine / wine
Commits: ce427fdf by Gerald Pfeifer at 2025-12-02T14:09:34+01:00 user32/tests: Avoid compiler warnings in tests.
This avoids two compiler warnings with current versions of GCC 16 (which look like false positives, alas hard to avoid): dlls/user32/tests/win.c:13943:45: warning: "width" may be used uninitialized dlls/user32/tests/win.c:13943:73: warning: "height" may be used uninitialized
- - - - -
1 changed file:
- dlls/user32/tests/win.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/ce427fdf68323e479040f8a36ce841d...