mirror of
https://github.com/cc65/cc65.git
synced 2025-04-05 13:37:17 +00:00
Fix a warning.
This commit is contained in:
parent
c797b3b376
commit
6ad79067ac
@ -513,7 +513,7 @@ static int CompoundStatement (void)
|
||||
|
||||
/* Remember the stack at block entry */
|
||||
int OldStack = StackPtr;
|
||||
long OldBlockStackSize = CollCount (&CurrentFunc->LocalsBlockStack);
|
||||
unsigned OldBlockStackSize = CollCount (&CurrentFunc->LocalsBlockStack);
|
||||
|
||||
/* Enter a new lexical level */
|
||||
EnterBlockLevel ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user