mirror of
https://github.com/cc65/cc65.git
synced 2025-02-10 09:31:08 +00:00
fix warnings
This commit is contained in:
parent
aecb01986a
commit
53f0552fe7
@ -972,12 +972,12 @@ static void MakeNiceScreen (void)
|
|||||||
|
|
||||||
/* Clear the screen hide the cursor, set colors */
|
/* Clear the screen hide the cursor, set colors */
|
||||||
#ifdef __CBM610__
|
#ifdef __CBM610__
|
||||||
textcolor (COLOR_WHITE);
|
(void)textcolor (COLOR_WHITE);
|
||||||
#else
|
#else
|
||||||
textcolor (COLOR_GRAY3);
|
(void)textcolor (COLOR_GRAY3);
|
||||||
#endif
|
#endif
|
||||||
bordercolor (COLOR_BLACK);
|
(void)bordercolor (COLOR_BLACK);
|
||||||
bgcolor (COLOR_BLACK);
|
(void)bgcolor (COLOR_BLACK);
|
||||||
clrscr ();
|
clrscr ();
|
||||||
cursor (0);
|
cursor (0);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user