diff --git a/sys/dev/fb/splash_bmp.c b/sys/dev/fb/splash_bmp.c index 5f1d2b29d167..95fc4210be68 100644 --- a/sys/dev/fb/splash_bmp.c +++ b/sys/dev/fb/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); diff --git a/sys/modules/splash/bmp/splash_bmp.c b/sys/modules/splash/bmp/splash_bmp.c index 5f1d2b29d167..95fc4210be68 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);