ui/spice-display.c: Fix compilation warnings on 32 bit hosts
commit34d14c6d8c7af0d2457cf5730fe5a65a878c509d
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 7 Mar 2012 13:36:48 +0000 (7 13:36 +0000)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 22 Mar 2012 13:29:12 +0000 (22 14:29 +0100)
tree275e322b55afcb92a94a8dbaa8e819cea615d6e3
parent33cf629a3754b58a1e2dbbe01d91d97e712b7c06
ui/spice-display.c: Fix compilation warnings on 32 bit hosts

Fix compilation failures ("cast from pointer to integer of
different size [-Werror=pointer-to-int-cast]") by using
uintptr_t instead.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/spice-display.c