浏览代码

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

git-svn-id: trunk@49198 -
pierre 4 年之前
父节点
当前提交
86c036d9ed
共有 1 个文件被更改,包括 2 次插入0 次删除
  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);