Giovanni Mascellani (@giomasce) commented about libs/vkd3d/resource.c:
if (resource && image_info.tiling == VK_IMAGE_TILING_LINEAR) resource->flags |= VKD3D_RESOURCE_LINEAR_TILING;
- if (sparse_resource)
- {
count = 2;
Not a big deal, but I can remove this line and get no warning with GCC 12 (both native and MinGW).