mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 02:29:34 +02:00
* more warnings fixed
This commit is contained in:
parent
87702b58c5
commit
8ad5362b17
@ -363,6 +363,7 @@ implementation
|
||||
continuefinallylabel:=nil;
|
||||
breakfinallylabel:=nil;
|
||||
oldLoopBreakBr:=0;
|
||||
oldLoopContBr:=0;
|
||||
|
||||
in_loop:=assigned(current_procinfo.CurrBreakLabel);
|
||||
|
||||
@ -548,6 +549,8 @@ implementation
|
||||
oldContinueLabel:=nil;
|
||||
continuefinallylabel:=nil;
|
||||
breakfinallylabel:=nil;
|
||||
oldLoopBreakBr:=0;
|
||||
oldLoopContBr:=0;
|
||||
|
||||
in_loop:=assigned(current_procinfo.CurrBreakLabel);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user