Kaynağa Gözat

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

git-svn-id: trunk@49198 -
pierre 4 yıl önce
ebeveyn
işleme
86c036d9ed
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      rtl/inc/heaptrc.pp

+ 2 - 0
rtl/inc/heaptrc.pp

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