* [Qemu-devel] [5405] Fix warning about missing return value
@ 2008-10-03 19:00 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-10-03 19:00 UTC (permalink / raw)
To: qemu-devel
Revision: 5405
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5405
Author: blueswir1
Date: 2008-10-03 19:00:40 +0000 (Fri, 03 Oct 2008)
Log Message:
-----------
Fix warning about missing return value
Modified Paths:
--------------
trunk/block-raw-posix.c
Modified: trunk/block-raw-posix.c
===================================================================
--- trunk/block-raw-posix.c 2008-10-02 20:02:31 UTC (rev 5404)
+++ trunk/block-raw-posix.c 2008-10-03 19:00:40 UTC (rev 5405)
@@ -748,6 +748,7 @@
#else /* CONFIG_AIO */
static int posix_aio_init(void)
{
+ return 0;
}
#endif /* CONFIG_AIO */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-03 19:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-03 19:00 [Qemu-devel] [5405] Fix warning about missing return value Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).