From 76c0fbf9cdd208d0f3f79cc85a915e12da5cc009 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Thu, 26 May 2022 11:41:25 +0200 Subject: parisc: Avoid build warning in vgainit.c Signed-off-by: Helge Deller --- vgasrc/vgainit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vgasrc') diff --git a/vgasrc/vgainit.c b/vgasrc/vgainit.c index d6a297e..56222b4 100644 --- a/vgasrc/vgainit.c +++ b/vgasrc/vgainit.c @@ -18,9 +18,10 @@ #include "vgahw.h" // vgahw_setup #include "vgautil.h" // swcursor_check_event +#if CONFIG_X86 // Type of emulator platform - for dprintf with certain compile options. int PlatformRunningOn VAR16; - +#endif /**************************************************************** * PCI Data -- cgit v1.1