util/tests: initialize variable
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 15 Apr 2020 20:22:27 +0000 (22:22 +0200)
committerMarge Bot <eric+marge@anholt.net>
Thu, 16 Apr 2020 14:48:40 +0000 (14:48 +0000)
commitc55fc3543537fdc7b402584a076eb87d258b4c51
tree6efbba1488dcbc710be8e9f1d74c4d988b4e2167
parent522bb081314131340804a160d5d53f2fbe9a10be
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>
src/util/tests/hash_table/random_entry.c