Fixed a few compiler warnings

git-svn-id: svn://svn.cc65.org/cc65/trunk@935 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2001-09-15 12:00:43 +00:00
parent e67f4dcbd6
commit 0b5c5e2e36
3 changed files with 4 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ static void Usage (void)
int main (int argc, char* argv [])
/* Assembler main program */
{
int I;
unsigned I;
/* Initialize the cmdline module */
InitCmdLine (&argc, &argv, "ar65");