mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 02:09:43 +02:00
initialize pd to fix a warning with O3+
git-svn-id: trunk@29518 -
This commit is contained in:
parent
2f40fa7b33
commit
37cf157d7d
@ -1288,6 +1288,7 @@ function get_next_varsym(def: tabstractrecorddef; const SymList:TFPHashObjectLis
|
|||||||
n.free;
|
n.free;
|
||||||
n:=tmpn;
|
n:=tmpn;
|
||||||
end;
|
end;
|
||||||
|
pd:=nil;
|
||||||
{ we now need to have a loadn with a procsym }
|
{ we now need to have a loadn with a procsym }
|
||||||
havepd:=
|
havepd:=
|
||||||
(n.nodetype=loadn) and
|
(n.nodetype=loadn) and
|
||||||
|
Loading…
Reference in New Issue
Block a user