From 86c036d9ed8a63040dbe4adf22c96668d94fc7cb Mon Sep 17 00:00:00 2001 From: pierre Date: Tue, 13 Apr 2021 20:57:18 +0000 Subject: [PATCH] Explicitly disable range and overflow checking to avoid troubles with pointer arithmetics git-svn-id: trunk@49198 - --- rtl/inc/heaptrc.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtl/inc/heaptrc.pp b/rtl/inc/heaptrc.pp index 0f6eaaab2a..6829657ba2 100644 --- a/rtl/inc/heaptrc.pp +++ b/rtl/inc/heaptrc.pp @@ -30,6 +30,8 @@ interface {$define windows} {$endif} +{$Q-} +{$R-} Procedure DumpHeap; Procedure DumpHeap(SkipIfNoLeaks : Boolean);