mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
venus: silence a build warning
Address -Wsometimes-uninitialized Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org> Reviewed-by: Chia-I Wu <olvaffe@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11342>
This commit is contained in:
parent
532472da0b
commit
d249cff1e7
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ void
|
|||
vn_instance_submit_command(struct vn_instance *instance,
|
||||
struct vn_instance_submit_command *submit)
|
||||
{
|
||||
void *reply_ptr;
|
||||
void *reply_ptr = NULL;
|
||||
submit->reply_shmem = NULL;
|
||||
|
||||
mtx_lock(&instance->ring.mutex);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue