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
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
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