提交 674a24ac 编写于 作者: B blueswir1

Fix warning about missing return value

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5405 c046a42c-6fe2-441c-8c8c-71466251a162
上级 3ee1b855
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册