Parcourir la source

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

git-svn-id: trunk@49198 -
pierre il y a 4 ans
Parent
commit
86c036d9ed
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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);