mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 02:28:22 +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:=tmpn;
|
||||
end;
|
||||
pd:=nil;
|
||||
{ we now need to have a loadn with a procsym }
|
||||
havepd:=
|
||||
(n.nodetype=loadn) and
|
||||
|
Loading…
Reference in New Issue
Block a user