mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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:
parent
1304ca878a
commit
978d5d73ed
3 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue