mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 11:09:13 +02:00
+ initialize variables, so compilation with -O3 works
git-svn-id: trunk@45141 -
This commit is contained in:
parent
db9a284d60
commit
e7f7927ca9
@ -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! }
|
||||
|
Loading…
Reference in New Issue
Block a user