stdio.h is included by qemu-common.h Fixes:
qemu/qemu-kvm.c:37: warning: redundant redeclaration of ‘perror’ /usr/include/stdio.h:817: warning: previous declaration of ‘perror’ was here Signed-off-by: Mark McLoughlin <[email protected]> --- qemu/qemu-kvm.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/qemu/qemu-kvm.c b/qemu/qemu-kvm.c index f4c92fb..e54ace7 100644 --- a/qemu/qemu-kvm.c +++ b/qemu/qemu-kvm.c @@ -28,8 +28,6 @@ #define false 0 #define true 1 -extern void perror(const char *s); - int kvm_allowed = 1; int kvm_irqchip = 1; int kvm_pit = 1; -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
