Avoid warnings on monochrom targets (and remove unnecessary code).
This commit is contained in:
@@ -34,11 +34,10 @@ int main (void)
|
|||||||
{
|
{
|
||||||
unsigned char XSize, YSize;
|
unsigned char XSize, YSize;
|
||||||
|
|
||||||
/* Set screen colors, hide the cursor */
|
/* Set screen colors */
|
||||||
textcolor (COLOR_WHITE);
|
(void) textcolor (COLOR_WHITE);
|
||||||
bordercolor (COLOR_BLACK);
|
(void) bordercolor (COLOR_BLACK);
|
||||||
bgcolor (COLOR_BLACK);
|
(void) bgcolor (COLOR_BLACK);
|
||||||
cursor (0);
|
|
||||||
|
|
||||||
/* Clear the screen, put cursor in upper left corner */
|
/* Clear the screen, put cursor in upper left corner */
|
||||||
clrscr ();
|
clrscr ();
|
||||||
|
|||||||
Reference in New Issue
Block a user