mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-15 02:26:07 +02:00
Downgrade EXTDEBUG warning to note about zero size temp, as it is used for empty sets
git-svn-id: trunk@40278 -
This commit is contained in:
parent
796db4cef5
commit
c3914c1f38
@ -266,7 +266,7 @@ implementation
|
||||
if size=0 then
|
||||
begin
|
||||
{$ifdef EXTDEBUG}
|
||||
Comment(V_Warning,'tgobj: (AllocTemp) temp of size 0 requested, allocating 4 bytes');
|
||||
Comment(V_Note,'tgobj: (AllocTemp) temp of size 0 requested, allocating 4 bytes');
|
||||
{$endif}
|
||||
size:=4;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user