mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 07:28:26 +02:00
* fixed some warnings
This commit is contained in:
parent
0662a0bd44
commit
b3a9c36cbb
@ -411,6 +411,9 @@ implementation
|
||||
if cur_nesting_depth<0 then
|
||||
internalerror(2021102001);
|
||||
end;
|
||||
|
||||
else
|
||||
;
|
||||
end;
|
||||
end;
|
||||
ait_label:
|
||||
@ -425,6 +428,8 @@ implementation
|
||||
lbl.labsym.nestingdepth:=cur_nesting_depth+1;
|
||||
end;
|
||||
end;
|
||||
else
|
||||
;
|
||||
end;
|
||||
hp:=tai(hp.Next);
|
||||
end;
|
||||
@ -480,6 +485,9 @@ implementation
|
||||
instr.loadconst(0,cur_nesting_depth-instr.oper[0]^.ref^.symbol.nestingdepth);
|
||||
end;
|
||||
end;
|
||||
|
||||
else
|
||||
;
|
||||
end;
|
||||
end;
|
||||
hp:=tai(hp.Next);
|
||||
|
Loading…
Reference in New Issue
Block a user