mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 22:30:12 +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)
|
void main (void)
|
||||||
{
|
{
|
||||||
unsigned char os = get_ostype();
|
unsigned char os = get_ostype();
|
||||||
unsigned char *machine = NULL;
|
char *machine = NULL;
|
||||||
unsigned char *version = NULL;
|
char *version = NULL;
|
||||||
unsigned char good = 1;
|
unsigned char good = 1;
|
||||||
|
|
||||||
SetPattern(0);
|
SetPattern(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user