-
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.