* fixed some warnings

This commit is contained in:
Nikolay Nikolov 2021-10-20 10:03:14 +03:00
parent 0662a0bd44
commit b3a9c36cbb

View File

@ -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);