summaryrefslogtreecommitdiff
path: root/rtl
diff options
context:
space:
mode:
authorpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-04-13 20:57:18 +0000
committerpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-04-13 20:57:18 +0000
commitec2ed072b9b2f98fda155acc666fcf5dadb82d7b (patch)
tree3e470313d3a2762ffb69dfe255d9b99191993ac8 /rtl
parentfd4253235ac22c02f682a91ef2d92aab111ccdad (diff)
downloadfpc-ec2ed072b9b2f98fda155acc666fcf5dadb82d7b.tar.gz
Explicitly disable range and overflow checking to avoid troubles with pointer arithmetics
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49198 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl')
-rw-r--r--rtl/inc/heaptrc.pp2
1 files changed, 2 insertions, 0 deletions
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);