Fixed a few warnings
git-svn-id: svn://svn.cc65.org/cc65/trunk@937 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -730,7 +730,7 @@ int main (int argc, char* argv [])
|
|||||||
{ "--version", 0, OptVersion },
|
{ "--version", 0, OptVersion },
|
||||||
};
|
};
|
||||||
|
|
||||||
int I;
|
unsigned I;
|
||||||
|
|
||||||
/* Initialize the cmdline module */
|
/* Initialize the cmdline module */
|
||||||
InitCmdLine (&argc, &argv, "cl65");
|
InitCmdLine (&argc, &argv, "cl65");
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
COMMON = ../common
|
COMMON = ../common
|
||||||
|
|
||||||
CC=gcc
|
CC=gcc
|
||||||
CFLAGS = -O2 -g -Wall -I$(COMMON)
|
CFLAGS = -O2 -g -Wall -W -Wno-unused-parameter -I$(COMMON)
|
||||||
EBIND = emxbind
|
EBIND = emxbind
|
||||||
LDFLAGS=
|
LDFLAGS=
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user