Re: [Qemu-devel] [PATCH] Fix build error in usb-ccid code

2011-04-04 Thread Dmitry Eremin-Solenikov
On 4/4/11, Peter Maydell wrote: > On 4 April 2011 13:31, Dmitry Eremin-Solenikov wrote: >> W/o this fix I'm getting the following error: >> cc1: warnings being treated as errors >> hw/usb-ccid.c: In function ‘ccid_card_card_error’: >> hw/usb-ccid.c:1202:5: error: format ‘%lX’ expects type ‘long u

Re: [Qemu-devel] [PATCH] Fix build error in usb-ccid code

2011-04-04 Thread Peter Maydell
On 4 April 2011 13:31, Dmitry Eremin-Solenikov wrote: > W/o this fix I'm getting the following error: > cc1: warnings being treated as errors > hw/usb-ccid.c: In function ‘ccid_card_card_error’: > hw/usb-ccid.c:1202:5: error: format ‘%lX’ expects type ‘long unsigned int’, > but argument 2 has typ

[Qemu-devel] [PATCH] Fix build error in usb-ccid code

2011-04-04 Thread Dmitry Eremin-Solenikov
W/o this fix I'm getting the following error: cc1: warnings being treated as errors hw/usb-ccid.c: In function ‘ccid_card_card_error’: hw/usb-ccid.c:1202:5: error: format ‘%lX’ expects type ‘long unsigned int’, but argument 2 has type ‘uint64_t’ Signed-off-by: Dmitry Eremin-Solenikov --- hw/usb