Переглянути джерело

Downgrade EXTDEBUG warning to note about zero size temp, as it is used for empty sets

git-svn-id: trunk@40278 -
pierre 6 роки тому
батько
коміт
c3914c1f38
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      compiler/tgobj.pas

+ 1 - 1
compiler/tgobj.pas

@@ -266,7 +266,7 @@ implementation
          if size=0 then
          if size=0 then
           begin
           begin
 {$ifdef EXTDEBUG}
 {$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}
 {$endif}
             size:=4;
             size:=4;
           end;
           end;