mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Fix warning about missing return value
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5405 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3ee1b8550c
commit
674a24acf7
1 changed files with 1 additions and 0 deletions
|
@ -748,6 +748,7 @@ static void raw_aio_cancel(BlockDriverAIOCB *blockacb)
|
|||
#else /* CONFIG_AIO */
|
||||
static int posix_aio_init(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif /* CONFIG_AIO */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue