]> git.proxmox.com Git - mirror_qemu.git/commit
vnc: Fix compile error on x86_64 with -D_VNC_DEBUG=1
authorCorentin Chary <corentincj@iksaif.net>
Mon, 3 May 2010 12:31:18 +0000 (14:31 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 3 May 2010 17:09:22 +0000 (12:09 -0500)
commitbc47d201d6868a6ad51a5d2f7f946d0e6b33c5ab
treedf2f6b1c71edfc35253227af583fc4eecea48ff2
parent72375c2290ef696f49b4fe81da55b8761608f524
vnc: Fix compile error on x86_64 with -D_VNC_DEBUG=1

cc1: warnings being treated as errors
vnc-auth-sasl.c: In function ‘vnc_client_write_sasl’:
vnc-auth-sasl.c:50: error: format ‘%d’ expects type ‘int’, but argument 4 has type ‘size_t’
vnc-auth-sasl.c:50: error: format ‘%d’ expects type ‘int’, but argument 5 has type ‘size_t’
make: *** [vnc-auth-sasl.o] Error 1

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vnc-auth-sasl.c