From 9f2793551f335e5fb08990fc8bb9e05e0ffb68d5 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 19 Jun 2006 11:50:47 -0700 Subject: [PATCH] fix compiler warning in hw/vfb/InitOutput.c --- hw/vfb/InitOutput.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/vfb/InitOutput.c b/hw/vfb/InitOutput.c index 86e3fbe14..212f79b7c 100644 --- a/hw/vfb/InitOutput.c +++ b/hw/vfb/InitOutput.c @@ -255,10 +255,12 @@ OsVendorFatalError() { } +#if defined(DDXBEFORERESET) void ddxBeforeReset(void) { return; } +#endif void ddxUseMsg()