mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 09:40:40 +02:00
vk/runtime: drop incorrect UNUSED annotation
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19458>
(cherry picked from commit c6c5949ff7)
This commit is contained in:
parent
d34e913aef
commit
8ebbb2f04b
2 changed files with 2 additions and 2 deletions
|
|
@ -2389,7 +2389,7 @@
|
|||
"description": "vk/runtime: drop incorrect UNUSED annotation",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null
|
||||
},
|
||||
|
|
|
|||
|
|
@ -220,7 +220,7 @@ vk_device_init(struct vk_device *device,
|
|||
}
|
||||
|
||||
void
|
||||
vk_device_finish(UNUSED struct vk_device *device)
|
||||
vk_device_finish(struct vk_device *device)
|
||||
{
|
||||
/* Drivers should tear down their own queues */
|
||||
assert(list_is_empty(&device->queues));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue