mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 17:34:55 +02:00
codetools: ppu: implemented skipping unsupported entries
git-svn-id: trunk@15595 -
This commit is contained in:
parent
0a4be6bd8d
commit
fc43d79cae
@ -547,7 +547,10 @@ begin
|
||||
break;
|
||||
|
||||
else
|
||||
Error('unknown interface entry nr '+IntToStr(EntryNr));
|
||||
{$IFDEF VerbosePPUParser}
|
||||
DebugLn(['TPPU.ReadInterface Skipping unsupported entry ',EntryNr]);
|
||||
{$ENDIF}
|
||||
FEntryPos:=FEntry.size;
|
||||
end;
|
||||
until false;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user