Explorar o código

* reduced level of comment that type is wrong for release

peter %!s(int64=23) %!d(string=hai) anos
pai
achega
b65dedc9e4
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  1. 5 2
      compiler/tgobj.pas

+ 5 - 2
compiler/tgobj.pas

@@ -357,7 +357,7 @@ unit tgobj;
                if not(hp^.temptype in temptypes) then
                 begin
 {$ifdef EXTDEBUG}
-                  Comment(V_Warning,'temp managment : (Freetemp) temp at pos '+tostr(pos)+ ' has wrong type !');
+                  Comment(V_Debug,'temp managment : (Freetemp) temp at pos '+tostr(pos)+ ' has different type, not releasing');
 {$endif}
                   exit;
                 end;
@@ -503,7 +503,10 @@ finalization
 end.
 {
   $Log$
-  Revision 1.14  2002-09-01 12:14:53  peter
+  Revision 1.15  2002-09-01 18:42:50  peter
+    * reduced level of comment that type is wrong for release
+
+  Revision 1.14  2002/09/01 12:14:53  peter
     * fixed some wrong levels in extdebug comments
 
   Revision 1.13  2002/08/24 18:35:04  peter