#if 0 out a variable only used in #if 0'd code to quiet a warning.

This commit is contained in:
John Baldwin 2001-03-06 03:07:58 +00:00
parent 6ad0e7c5cc
commit b67cb27739
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73857
2 changed files with 8 additions and 0 deletions

View File

@ -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);

View File

@ -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);