23 May
2023
23 May
'23
11:19 p.m.
```c ../dlls/wined3d/context_vk.c:2346:32: error: 'a' may be used uninitialized in this function [-Werror=maybe-uninitialized] 2346 | a->binding = i; | ~~~~~~~~~~~^~~ ``` I don't see this warning locally, but I just realized `a` is in a `for` loop right below. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2892#note_33623