Ver Fonte

Explicitly disabled overflow and range check

git-svn-id: trunk@39267 -
pierre há 7 anos atrás
pai
commit
ddf0aab494
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      tests/test/opt/tarmshift.pp

+ 5 - 0
tests/test/opt/tarmshift.pp

@@ -1,4 +1,9 @@
 { %opt=-O2 }
+
+{ Explicitly disable overflow and range checks }
+{$Q-}
+{$R-}
+
 var
   i : longint;