From 0a04578be41eeac63246d97839c306955bc8f7cc Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 6 Mar 2001 03:07:58 +0000 Subject: #if 0 out a variable only used in #if 0'd code to quiet a warning. --- sys/modules/splash/bmp/splash_bmp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/modules/splash/bmp') diff --git a/sys/modules/splash/bmp/splash_bmp.c b/sys/modules/splash/bmp/splash_bmp.c index 5f1d2b2..95fc421 100644 --- a/sys/modules/splash/bmp/splash_bmp.c +++ b/sys/modules/splash/bmp/splash_bmp.c @@ -587,7 +587,11 @@ static int bmp_Draw(video_adapter_t *adp) { int line; +#if 0 +#ifndef PC98 int i; +#endif +#endif if (bmp_info.data == NULL) { /* init failed, do nothing */ return(1); -- cgit v1.1