Fix a warning.
This commit is contained in:
@@ -513,7 +513,7 @@ static int CompoundStatement (void)
|
|||||||
|
|
||||||
/* Remember the stack at block entry */
|
/* Remember the stack at block entry */
|
||||||
int OldStack = StackPtr;
|
int OldStack = StackPtr;
|
||||||
long OldBlockStackSize = CollCount (&CurrentFunc->LocalsBlockStack);
|
unsigned OldBlockStackSize = CollCount (&CurrentFunc->LocalsBlockStack);
|
||||||
|
|
||||||
/* Enter a new lexical level */
|
/* Enter a new lexical level */
|
||||||
EnterBlockLevel ();
|
EnterBlockLevel ();
|
||||||
|
|||||||
Reference in New Issue
Block a user