#if 0 out a variable only used in #if 0'd code to quiet a warning.
This commit is contained in:
parent
56db3fe70f
commit
0a04578be4
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user