Re: [Qemu-devel] [PATCH 2/4] Silence compiler warning in json test case

2010-10-25 Thread Luiz Capitulino
On Fri, 22 Oct 2010 22:49:10 +0200 Stefan Weil wrote: > Am 22.10.2010 19:33, schrieb Luiz Capitulino: > > On Fri, 22 Oct 2010 19:15:07 +0200 > > Markus Armbruster wrote: > > > > > >> Luiz Capitulino writes: > >> > >> > >>> From: Jan Kiszka > >>> > >>> This avoids > >>> > >>> erro

Re: [Qemu-devel] [PATCH 2/4] Silence compiler warning in json test case

2010-10-22 Thread Stefan Weil
Am 22.10.2010 19:33, schrieb Luiz Capitulino: On Fri, 22 Oct 2010 19:15:07 +0200 Markus Armbruster wrote: Luiz Capitulino writes: From: Jan Kiszka This avoids error: zero-length gnu_printf format string Signed-off-by: Jan Kiszka Signed-off-by: Luiz Capitulino --- check-q

Re: [Qemu-devel] [PATCH 2/4] Silence compiler warning in json test case

2010-10-22 Thread Luiz Capitulino
On Fri, 22 Oct 2010 19:15:07 +0200 Markus Armbruster wrote: > Luiz Capitulino writes: > > > From: Jan Kiszka > > > > This avoids > > > > error: zero-length gnu_printf format string > > > > Signed-off-by: Jan Kiszka > > Signed-off-by: Luiz Capitulino > > --- > > check-qjson.c |4 +++-

Re: [Qemu-devel] [PATCH 2/4] Silence compiler warning in json test case

2010-10-22 Thread Markus Armbruster
Luiz Capitulino writes: > From: Jan Kiszka > > This avoids > > error: zero-length gnu_printf format string > > Signed-off-by: Jan Kiszka > Signed-off-by: Luiz Capitulino > --- > check-qjson.c |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/check-qjson.c b/

[Qemu-devel] [PATCH 2/4] Silence compiler warning in json test case

2010-10-22 Thread Luiz Capitulino
From: Jan Kiszka This avoids error: zero-length gnu_printf format string Signed-off-by: Jan Kiszka Signed-off-by: Luiz Capitulino --- check-qjson.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/check-qjson.c b/check-qjson.c index 0b60e45..64fcdcb 100644 ---