mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 10:58:23 +02:00
Avoid possible warning about uninitialized srsym variable
git-svn-id: trunk@42857 -
This commit is contained in:
parent
2f7c600f4c
commit
d29a6de437
@ -4304,6 +4304,8 @@ implementation
|
||||
hashedid.id:=class_helper_prefix+s;
|
||||
stackitem:=symtablestack.stack;
|
||||
result:=false;
|
||||
srsym:=nil;
|
||||
srsymtable:=nil;
|
||||
founddefowner:=nil;
|
||||
while assigned(stackitem) do
|
||||
begin
|
||||
@ -4363,8 +4365,6 @@ implementation
|
||||
addsymref(srsym);
|
||||
exit;
|
||||
end;
|
||||
srsym:=nil;
|
||||
srsymtable:=nil;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user