Re: [Qemu-devel] [PATCH 1.1] es1370: Fix debug code

2012-05-28 Thread Andreas Färber
Am 28.05.2012 17:18, schrieb malc: > On Mon, 28 May 2012, Stefan Weil wrote: > >> Am 28.05.2012 06:11, schrieb Peter Maydell: >>> On 23 May 2012 22:26, Stefan Weil wrote: When DEBUG_ES1370 is defined, the compiler shows these warnings: hw/es1370.c: In function ?es1370_update_voices

Re: [Qemu-devel] [PATCH 1.1] es1370: Fix debug code

2012-05-28 Thread malc
On Mon, 28 May 2012, Stefan Weil wrote: > Am 28.05.2012 06:11, schrieb Peter Maydell: > > On 23 May 2012 22:26, Stefan Weil wrote: > > > When DEBUG_ES1370 is defined, the compiler shows these warnings: > > > > > > hw/es1370.c: In function ?es1370_update_voices?: > > > hw/es1370.c:414: warning: f

Re: [Qemu-devel] [PATCH 1.1] es1370: Fix debug code

2012-05-27 Thread Stefan Weil
Am 28.05.2012 06:11, schrieb Peter Maydell: On 23 May 2012 22:26, Stefan Weil wrote: When DEBUG_ES1370 is defined, the compiler shows these warnings: hw/es1370.c: In function ‘es1370_update_voices’: hw/es1370.c:414: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’ Th

Re: [Qemu-devel] [PATCH 1.1] es1370: Fix debug code

2012-05-27 Thread Peter Maydell
On 23 May 2012 22:26, Stefan Weil wrote: > When DEBUG_ES1370 is defined, the compiler shows these warnings: > > hw/es1370.c: In function ‘es1370_update_voices’: > hw/es1370.c:414: warning: format ‘%d’ expects type ‘int’, but argument 3 has > type ‘size_t’ The unicode quotes in this commit messag

Re: [Qemu-devel] [PATCH 1.1] es1370: Fix debug code

2012-05-23 Thread malc
On Wed, 23 May 2012, Stefan Weil wrote: > When DEBUG_ES1370 is defined, the compiler shows these warnings: > [..snip..] Thanks, applied. -- mailto:av1...@comtv.ru

[Qemu-devel] [PATCH 1.1] es1370: Fix debug code

2012-05-23 Thread Stefan Weil
When DEBUG_ES1370 is defined, the compiler shows these warnings: hw/es1370.c: In function ‘es1370_update_voices’: hw/es1370.c:414: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’ hw/es1370.c: In function ‘es1370_writel’: hw/es1370.c:582: warning: format ‘%d’ expects type