mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +00:00
fix warnings
This commit is contained in:
parent
4ba3ff3048
commit
a9af6aa743
@ -8,8 +8,8 @@ struct window wholeScreen = {0, SC_PIX_HEIGHT-1, 0, SC_PIX_WIDTH-1};
|
||||
void main (void)
|
||||
{
|
||||
unsigned char os = get_ostype();
|
||||
unsigned char *machine = NULL;
|
||||
unsigned char *version = NULL;
|
||||
char *machine = NULL;
|
||||
char *version = NULL;
|
||||
unsigned char good = 1;
|
||||
|
||||
SetPattern(0);
|
||||
|
Loading…
Reference in New Issue
Block a user