Nov. 30, 2022
1:11 p.m.
On Wed Nov 30 12:07:21 2022 +0000, Jan Sikorski wrote:
> Also, it looks like gitlab's build noticed a missing change in `wined3d_cs_exec_blt_sub_resource`?
1) gitlab build failed to update the tree (see first pipeline)
2) no warnings here:
what the pipeline build shows:
- warning from op->data that compiler detects as long
- op's type is: const struct wined3d_cs_blt_sub_resource *
- from cs.c:482:
```
uint32_t flags;
```
so it looks like build tree isn't up to date (same missing commit as previous comment)
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/1589#note_18037