* fix warnings which were caused by last changes to for node generation

git-svn-id: trunk@34789 -
This commit is contained in:
florian 2016-11-05 23:05:44 +00:00
parent 0610187878
commit 5df9b994d1
2 changed files with 2 additions and 0 deletions

View File

@ -947,6 +947,7 @@ implementation
printnodeinfo(t);
writeln(t);
printnode(t,left);
i:=0;
for i:=0 to blocks.count-1 do
begin
writeln(t,printnodeindention,'(caseblock blockid: ',i);

View File

@ -507,6 +507,7 @@ implementation
cgmessage2(wpo_expected_section,tostr(flinenr),s);
break;
end;
i:=2;
for i:=2 to length(s) do
if (s[i]<>' ') then
break;