Alexandre Julliard pushed to branch master at wine / wine
Commits: 50481eb5 by Jacek Caban at 2025-07-24T22:52:23+09:00 msvcp60/tests: Don't use const pointers for thiscall thunks.
Fixes Clang -Wuninitialized-const-pointer warnings.
- - - - - d5b5b3dd by Jacek Caban at 2025-07-24T22:52:25+09:00 msvcp90/tests: Don't use const pointers for thiscall thunks.
Fixes Clang -Wuninitialized-const-pointer warnings.
- - - - - 8303fa18 by Jacek Caban at 2025-07-24T22:52:27+09:00 msvcr90/tests: Initialize key value in test_bsearch_s.
Fixes Clang -Wuninitialized-const-pointer warnings.
- - - - -
4 changed files:
- dlls/msvcp60/tests/ios.c - dlls/msvcp90/tests/ios.c - dlls/msvcp90/tests/misc.c - dlls/msvcr90/tests/msvcr90.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9a378f1da6213d2fdaf7936a1b611a...