mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 13:48:06 +02:00
This just silences a compiler-warning about a potentially uninitialized variable. It's not uninitialized, but it's a bit hard for the compiler to see. So let's just initialize it to zero. Reviewed-by: Brian Paul <brianp@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4577> |
||
|---|---|---|
| .. | ||
| clear.c | ||
| collision.c | ||
| delete_and_lookup.c | ||
| delete_management.c | ||
| destroy_callback.c | ||
| insert_and_lookup.c | ||
| insert_many.c | ||
| meson.build | ||
| null_destroy.c | ||
| random_entry.c | ||
| remove_key.c | ||
| remove_null.c | ||
| replacement.c | ||