Re: [Qemu-devel] [PATCH v2] es1370: Fix compiler warnings for debug code

2010-10-02 Thread Stefan Weil
Am 01.10.2010 20:22, schrieb Markus Armbruster: Stefan Weil writes: The patch fixes these gcc warnings: ./hw/es1370.c: In function ‘es1370_update_voices’: ./hw/es1370.c:411: error: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’ ./hw/es1370.c: In function ‘es1370_writel’: ./

Re: [Qemu-devel] [PATCH v2] es1370: Fix compiler warnings for debug code

2010-10-01 Thread Markus Armbruster
Stefan Weil writes: > The patch fixes these gcc warnings: > > ./hw/es1370.c: In function ‘es1370_update_voices’: > ./hw/es1370.c:411: error: format ‘%d’ expects type ‘int’, but argument 3 has > type ‘size_t’ > ./hw/es1370.c: In function ‘es1370_writel’: > ./hw/es1370.c:579: error: format ‘%d’ ex

[Qemu-devel] [PATCH v2] es1370: Fix compiler warnings for debug code

2010-10-01 Thread Stefan Weil
The patch fixes these gcc warnings: ./hw/es1370.c: In function ‘es1370_update_voices’: ./hw/es1370.c:411: error: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’ ./hw/es1370.c: In function ‘es1370_writel’: ./hw/es1370.c:579: error: format ‘%d’ expects type ‘int’, but argument 3 ha