I'm also getting this warning on macOS:
```
dlls/nsiproxy.sys/ip.c:1497:13: warning: unused function 'ipv6_forward_fill_entry' [-Wunused-function]
static void ipv6_forward_fill_entry( struct ipv6_route_data *entry, struct nsi_ipv6_forward_key *key,
^
```
It would be good to fix that too.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4483#note_53652
Otherwise the first rule wins and bison / bison -d output differs and
causes reproducibility issues as during parallel either .h or .c rule
could be called first.
Reported-By: Bernhard Wiedemann <bwiedemann(a)suse.de>
Signed-off-by: Marcus Meissner <marcus(a)jet.franken.de>
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4035
I probably need to revise this but there are a few design decisions which may invite comment.
--
v2: vkd3d-shader/dxil: Handle the DXIL SWITCH instruction.
vkd3d-shader: Rename shader_instruction_array_add_icb() to shader_instruction_array_add_opaque_param().
vkd3d-shader/dxil: Handle the DXIL PHI instruction.
vkd3d-shader/dxil: Handle the DXIL BR instruction conditional variant.
vkd3d-shader/dxil: Handle the DXIL BR instruction unconditional variant.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/491