mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
Fix some new warnings introduced after r5022
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5933 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c2f01775dd
commit
69d6451c3e
4 changed files with 5 additions and 7 deletions
4
vl.c
4
vl.c
|
@ -3526,7 +3526,7 @@ void qemu_system_powerdown_request(void)
|
|||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
void host_main_loop_wait(int *timeout)
|
||||
static void host_main_loop_wait(int *timeout)
|
||||
{
|
||||
int ret, ret2, i;
|
||||
PollingEntry *pe;
|
||||
|
@ -3570,7 +3570,7 @@ void host_main_loop_wait(int *timeout)
|
|||
*timeout = 0;
|
||||
}
|
||||
#else
|
||||
void host_main_loop_wait(int *timeout)
|
||||
static void host_main_loop_wait(int *timeout)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue