summaryrefslogtreecommitdiffstats
path: root/sys/modules/splash
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-03-06 03:07:58 +0000
committerjhb <jhb@FreeBSD.org>2001-03-06 03:07:58 +0000
commit0a04578be41eeac63246d97839c306955bc8f7cc (patch)
tree9a39be0f3125f5a1c7808b77ad38a4c9404e4702 /sys/modules/splash
parent56db3fe70fc771eb62f56e1b99798364cf1da7c1 (diff)
downloadFreeBSD-src-0a04578be41eeac63246d97839c306955bc8f7cc.zip
FreeBSD-src-0a04578be41eeac63246d97839c306955bc8f7cc.tar.gz
#if 0 out a variable only used in #if 0'd code to quiet a warning.
Diffstat (limited to 'sys/modules/splash')
-rw-r--r--sys/modules/splash/bmp/splash_bmp.c4
1 files changed, 4 insertions, 0 deletions
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);
OpenPOWER on IntegriCloud