mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
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:
parent
90000aea9b
commit
6cea8a43fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue