19 Jul
2025
19 Jul
'25
10:51 a.m.
Clang 21 adds a new diagnostic, which emits a warning when an uninitialized variable is passed by a const pointer: https://github.com/llvm/llvm-project/pull/148337. This causes a number of warnings in our tests, mostly in tests where cases where passed value doesn't matter. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8600