rbug: clean up cast-warnings
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 24 Mar 2020 10:03:03 +0000 (11:03 +0100)
committerMarge Bot <eric+marge@anholt.net>
Wed, 25 Mar 2020 14:19:37 +0000 (14:19 +0000)
commit411d7429c942bc878675ea390c9a5f1eff86ddc6
tree17d2044df1011aa9a45fb6d6c8b94120742fa207
parent079cb4949dd3199ea5693cc0c6ac4c3d838ee022
rbug: clean up cast-warnings

Similarly to the previous cast; on 64-bit Windows, unsigned long is
32-bit, and casting a pointer to a non-matchin bit-width integer produce
warnings. So let's use uintpre_t for this purpose instead.

Reviewed-by: Brian Paul <brianp@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4297>
src/gallium/auxiliary/driver_rbug/rbug_core.c