Re: [Qemu-devel] [PATCH] sh4: Fix compiler warning (fprintf format string)

2010-04-13 Thread Aurelien Jarno
On Fri, Apr 09, 2010 at 10:49:52PM +0200, Stefan Weil wrote: When argument checking is enabled, gcc throws this error: error: format not a string literal and no format arguments The patch rewrites the statement to satisfy the compiler. Signed-off-by: Stefan Weil w...@mail.berlios.de

[Qemu-devel] [PATCH] sh4: Fix compiler warning (fprintf format string)

2010-04-09 Thread Stefan Weil
When argument checking is enabled, gcc throws this error: error: format not a string literal and no format arguments The patch rewrites the statement to satisfy the compiler. Signed-off-by: Stefan Weil w...@mail.berlios.de --- sh4-dis.c |4 ++-- 1 files changed, 2 insertions(+), 2