anv: silence compiler warning
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15241>
This commit is contained in:

committed by
Marge Bot

parent
90000aea9b
commit
6cea8a43fa
@@ -1281,7 +1281,7 @@ VkResult anv_AllocateDescriptorSets(
|
||||
ANV_FROM_HANDLE(anv_descriptor_pool, pool, pAllocateInfo->descriptorPool);
|
||||
|
||||
VkResult result = VK_SUCCESS;
|
||||
struct anv_descriptor_set *set;
|
||||
struct anv_descriptor_set *set = NULL;
|
||||
uint32_t i;
|
||||
|
||||
const VkDescriptorSetVariableDescriptorCountAllocateInfo *vdcai =
|
||||
|
Reference in New Issue
Block a user