From f0bf4b5c2abd9a226dd681d88132e8d66f8ba92a Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 21 Jan 2011 12:45:37 +0000 Subject: Make YABEL warnings-are-errors safe Signed-off-by: Patrick Georgi Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6290 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/devices/oprom/yabel/vbe.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/devices/oprom/yabel/vbe.c') diff --git a/src/devices/oprom/yabel/vbe.c b/src/devices/oprom/yabel/vbe.c index c0fd645ff9..75e8f3e1c0 100644 --- a/src/devices/oprom/yabel/vbe.c +++ b/src/devices/oprom/yabel/vbe.c @@ -302,6 +302,7 @@ vbe_set_mode(vbe_mode_info_t * mode_info) return 0; } +#if 0 //VBE Function 08h static u8 vbe_set_palette_format(u8 format) @@ -764,6 +765,7 @@ vbe_get_info(void) } return 0; } +#endif vbe_mode_info_t mode_info; -- cgit v1.2.3