Win32: Fix warnings

Attached patch fixes some warnings which only happen on Windows.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5639 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
aurel32 2008-11-06 09:38:51 +00:00
parent 1304ca878a
commit 978d5d73ed
3 changed files with 4 additions and 5 deletions

View file

@ -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;
}