Fixed compiler warnings for Windows builds.
Added -Werror to Windows makefiles.
This commit is contained in:
parent
334992ef54
commit
2b892d2a7a
168 changed files with 1927 additions and 1963 deletions
|
|
@ -108,7 +108,6 @@ void mda_poll(void *p)
|
|||
int x, c;
|
||||
int oldvc;
|
||||
uint8_t chr, attr;
|
||||
int cols[4];
|
||||
int oldsc;
|
||||
int blink;
|
||||
if (!mda->linepos)
|
||||
|
|
@ -127,8 +126,6 @@ void mda_poll(void *p)
|
|||
video_wait_for_buffer();
|
||||
}
|
||||
mda->lastline = mda->displine;
|
||||
cols[0] = 0;
|
||||
cols[1] = 7;
|
||||
for (x = 0; x < mda->crtc[1]; x++)
|
||||
{
|
||||
chr = mda->vram[(mda->ma << 1) & 0xfff];
|
||||
|
|
|
|||
Loading…
Reference in a new issue