From 978d5d73edeea8d5c725c43b7bd23fd897cac7fa Mon Sep 17 00:00:00 2001 From: aurel32 Date: Thu, 6 Nov 2008 09:38:51 +0000 Subject: Win32: Fix warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Attached patch fixes some warnings which only happen on Windows. Signed-off-by: Hervé Poussineau Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5639 c046a42c-6fe2-441c-8c8c-71466251a162 --- bt-host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bt-host.c') diff --git a/bt-host.c b/bt-host.c index 042a55e47e..3c7b270dff 100644 --- a/bt-host.c +++ b/bt-host.c @@ -200,7 +200,7 @@ struct HCIInfo *bt_host_hci(const char *id) #else struct HCIInfo *bt_host_hci(const char *id) { - fprintf(stderr, "qemu: bluetooth passthrough not supported (yet)\n", errno); + fprintf(stderr, "qemu: bluetooth passthrough not supported (yet)\n"); return 0; } -- cgit v1.2.1