Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 72071fcf by Henri Verbeet at 2025-09-19T12:46:54+02:00 vkd3d-shader/ir: Avoid memset() in vsir_instruction_init().
Primarily to avoid -Warray-bounds warnings from newer gcc, specifically for the first vsir_instruction_init() call in vsir_update_dcl_temps(). This seems to be a false positive created by the interaction between vsir_program_iterator_insert_after() and vsir_program_iterator_next() error handling; it may be possible to avoid that by rearranging things, but it doesn't seem worth it.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/72071fcf085b7be42922dd787c974b...