vkd3d: Clang warning fixes
1 unresolved thread
1 unresolved thread
This MR fixes remaining Clang warnings related to enums for vkd3d in Wine tree, both in mingw and msvc mode.
Merge request reports
Activity
I think you should be able to remove
-Wno-enum-conversion
fromgitlab/build-mac
. I guess-Wno-implicit-fallthrough
is still needed, though.Edited by Giovanni Mascellani
added 24 commits
-
b65b29ab...5c134d44 - 19 commits from branch
wine:master
- 72bb5e8b - vkd3d: Use VkPipelineStageFlags type for VkSubmitInfo.pWaitDstStageMask flags.
- 1edbc057 - vkd3d-shader: Use unsigned int type for tags passed to sm6_metadata_get_uint_value.
- 85f21f19 - vkd3d-shader: Avoid implicit enum pointer casts in allocate_semantic_register.
- b47ac10b - gitlab: Remove no longer needed -Wno-enum-conversion from build-mac.
- d7b20d7c - configure: Enable -Wenum-conversion warnings.
Toggle commit list-
b65b29ab...5c134d44 - 19 commits from branch
Please register or sign in to reply