qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] Fix a compile error when none of the defines is hit


From: Liu Yu
Subject: [Qemu-devel] [PATCH] Fix a compile error when none of the defines is hit
Date: Wed, 21 Jan 2009 17:47:46 +0800

Signed-off-by: Liu Yu <address@hidden>
---
 vl.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/vl.c b/vl.c
index 63d954b..1bf13c0 100644
--- a/vl.c
+++ b/vl.c
@@ -5548,6 +5548,8 @@ int main(int argc, char **argv, char **envp)
                     sdl_display_init(ds, full_screen, no_frame);
 #elif defined(CONFIG_COCOA)
                     cocoa_display_init(ds, full_screen);
+#else
+                   ;
 #endif
             }
     }
-- 
1.5.4





reply via email to

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