mesa/src/util/tests/hash_table
Erik Faye-Lund c55fc35435 util/tests: initialize variable
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>
2020-04-16 14:48:40 +00:00
..
clear.c util/tests: Use define instead of VLA 2019-05-03 10:58:17 -07:00
collision.c util/tests: compile to something sensible in release builds 2019-02-14 12:52:34 +00:00
delete_and_lookup.c util/tests: compile to something sensible in release builds 2019-02-14 12:52:34 +00:00
delete_management.c util/tests: Use define instead of VLA 2019-05-03 10:58:17 -07:00
destroy_callback.c util/hash_table: added hash functions for integer types 2020-01-23 17:06:57 +00:00
insert_and_lookup.c util/hash_table: added hash functions for integer types 2020-01-23 17:06:57 +00:00
insert_many.c util/tests: Use define instead of VLA 2019-05-03 10:58:17 -07:00
meson.build meson: drop unused dep_{thread,dl} 2019-08-03 00:08:37 +00:00
null_destroy.c util/hash: Silence unused parameter warnings in tests 2015-02-17 12:29:58 -08:00
random_entry.c util/tests: initialize variable 2020-04-16 14:48:40 +00:00
remove_key.c util/hash_table: added hash functions for integer types 2020-01-23 17:06:57 +00:00
remove_null.c util/tests: compile to something sensible in release builds 2019-02-14 12:52:34 +00:00
replacement.c util/hash_table: added hash functions for integer types 2020-01-23 17:06:57 +00:00