]> git.ipfire.org Git - thirdparty/qemu.git/commit
libvhost-user: fix cast warnings on 32 bits
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 14 May 2019 10:41:24 +0000 (12:41 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 22 May 2019 05:14:16 +0000 (07:14 +0200)
commit1005810b8ae92e0110aae123ee0a91b0a6717343
tree7bce34ba512a96297cf9b1d47414ad69e83fe6da
parenta4f667b6714916683408b983cfe0a615a725775f
libvhost-user: fix cast warnings on 32 bits

Fixes warnings:
 warning: cast to pointer from integer of different size
 [-Wint-to-pointer-cast]

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190514104126.6294-2-marcandre.lureau@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
contrib/libvhost-user/libvhost-user.c