+ initialize variables, so compilation with -O3 works

git-svn-id: trunk@45141 -
This commit is contained in:
florian 2020-04-27 19:19:54 +00:00
parent db9a284d60
commit e7f7927ca9

View File

@ -474,6 +474,8 @@ uses
validparam : boolean;
begin
result:=true;
prettyname:='';
prettynamepart:='';
if paramlist=nil then
internalerror(2012061401);
{ set the block type to type, so that the parsed type are returned as
@ -501,10 +503,7 @@ uses
end;
end
else
begin
specializename:='$';
prettyname:='';
end;
specializename:='$';
while not (token in [_GT,_RSHARPBRACKET]) do
begin
{ "first" is set to false at the end of the loop! }