mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 08:28:09 +02:00
- cleanup, fixing of uninitialized variables, missing return values and unused variables
git-svn-id: trunk@5502 -
This commit is contained in:
parent
7ab5fc7980
commit
3b6d5c3676
@ -333,6 +333,7 @@ implementation
|
||||
para:=tcallparanode(p2);
|
||||
currargpos:=0;
|
||||
paramssize:=0;
|
||||
names := '';
|
||||
while assigned(para) do
|
||||
begin
|
||||
if assigned(para.parametername) then
|
||||
|
@ -384,6 +384,7 @@ implementation
|
||||
len:=0;
|
||||
end;
|
||||
end;
|
||||
dogetcopy := n;
|
||||
end;
|
||||
|
||||
|
||||
|
@ -1111,7 +1111,6 @@ implementation
|
||||
function tgotonode.dogetcopy : tnode;
|
||||
var
|
||||
p : tgotonode;
|
||||
i : longint;
|
||||
begin
|
||||
p:=tgotonode(inherited dogetcopy);
|
||||
p.exceptionblock:=exceptionblock;
|
||||
|
Loading…
Reference in New Issue
Block a user