qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5405] Fix warning about missing return value


From: Blue Swirl
Subject: [Qemu-devel] [5405] Fix warning about missing return value
Date: Fri, 03 Oct 2008 19:00:41 +0000

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 */
 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]