소스 검색

Explicitly disabled overflow and range check

git-svn-id: trunk@39267 -
pierre 7 년 전
부모
커밋
ddf0aab494
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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;