vkd3d: Add a macro to mark unreachable code.
This should silence warnings about some branches non returning any value without requiring additional "return 0" statement or similar.
Also, in theory this might enable to compiler to optimize the program a little bit more, though that's unlikely to have any measurable effect.
Merge request reports
Activity
added 8 commits
-
fdf86bf4...56b2f56b - 7 commits from branch
wine:master
- 5b3c798f - vkd3d: Add a macro to mark unreachable code.
-
fdf86bf4...56b2f56b - 7 commits from branch
added 1 commit
- d5fd309e - vkd3d: Add a macro to mark unreachable code.
Please register or sign in to reply