Remove most compiler warnings.
This commit is contained in:
committed by
mrdudz
parent
20f7320bae
commit
0ac1b8d6b1
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user