Explorar el Código

Explicitly disable range and overflow checking to avoid troubles with pointer arithmetics

git-svn-id: trunk@49198 -
pierre hace 4 años
padre
commit
86c036d9ed
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      rtl/inc/heaptrc.pp

+ 2 - 0
rtl/inc/heaptrc.pp

@@ -30,6 +30,8 @@ interface
   {$define windows}
 {$endif}
 
+{$Q-}
+{$R-}
 
 Procedure DumpHeap;
 Procedure DumpHeap(SkipIfNoLeaks : Boolean);