commit | 34d14c6d8c7af0d2457cf5730fe5a65a878c509d | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Wed Mar 07 13:36:48 2012 +0000 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Thu Mar 22 14:29:12 2012 +0100 |
tree | 275e322b55afcb92a94a8dbaa8e819cea615d6e3 | |
parent | 33cf629a3754b58a1e2dbbe01d91d97e712b7c06 [diff] |
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>