Re: [Qemu-devel] [PATCH] build: remove compile warning

2013-06-06 Thread Peter Maydell
On 6 June 2013 09:22, Stefan Hajnoczi wrote: > On Thu, Jun 06, 2013 at 11:55:36AM +0800, Wenchao Xia wrote: >> This patch simply remove "variable may be used uninitialized" warning. >> --- a/libcacard/vscclient.c >> +++ b/libcacard/vscclient.c >> @@ -641,7 +641,7 @@ main( >> GIOChannel *chan

Re: [Qemu-devel] [PATCH] build: remove compile warning

2013-06-06 Thread Stefan Hajnoczi
On Thu, Jun 06, 2013 at 11:55:36AM +0800, Wenchao Xia wrote: > This patch simply remove "variable may be used uninitialized" warning. > > Signed-off-by: Wenchao Xia > --- > libcacard/vscclient.c |2 +- > util/iov.c|2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >

[Qemu-devel] [PATCH] build: remove compile warning

2013-06-05 Thread Wenchao Xia
This patch simply remove "variable may be used uninitialized" warning. Signed-off-by: Wenchao Xia --- libcacard/vscclient.c |2 +- util/iov.c|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libcacard/vscclient.c b/libcacard/vscclient.c index ac23647..815f