Explorar el Código

Explicitly disabled overflow and range check

git-svn-id: trunk@39267 -
pierre hace 7 años
padre
commit
ddf0aab494
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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;