qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/5] kvmppc: Fix build error


From: Liu Yu
Subject: [Qemu-devel] [PATCH 1/5] kvmppc: Fix build error
Date: Tue, 4 Aug 2009 17:36:04 +0800

like this:
/home/liuyu/git/qemu.git/target-ppc/kvm_ppc.c: In function 
'kvmppc_read_host_property':
/home/liuyu/git/qemu.git/target-ppc/kvm_ppc.c:55: error: label 'out' defined 
but not used

Signed-off-by: Liu Yu <address@hidden>
---
 target-ppc/kvm_ppc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/target-ppc/kvm_ppc.c b/target-ppc/kvm_ppc.c
index 6b7f411..4ed6fc7 100644
--- a/target-ppc/kvm_ppc.c
+++ b/target-ppc/kvm_ppc.c
@@ -52,7 +52,6 @@ close:
     fclose(f);
 free:
     free(path);
-out:
     return ret;
 }
 
-- 
1.5.4





reply via email to

[Prev in Thread] Current Thread [Next in Thread]