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
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(-)
>
>
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