Remove most compiler warnings.

This commit is contained in:
Sven Michael Klose
2021-12-25 09:57:18 +01:00
parent bdd18d958b
commit 65564a158c
4 changed files with 14 additions and 11 deletions

View File

@@ -9,6 +9,9 @@ unsigned short n;
int main(int argc, char *argv[])
{
(void) argc; // Suppress warnings.
(void) argv;
clrscr();
gotoxy(0,0);cputs("Gamate C-Test");