Browse Source

* Use $Q- which is the correct way to disable overflow checking

git-svn-id: trunk@20599 -
pierre 13 years ago
parent
commit
bcf9a2deb3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tests/test/cg/tcnvint5.pp
  2. 1 1
      tests/test/cg/tcnvint6.pp

+ 1 - 1
tests/test/cg/tcnvint5.pp

@@ -1,6 +1,6 @@
 
 { This test requires overflow check to be off }
-{$O-}
+{$Q-}
 
 var
   error: boolean;

+ 1 - 1
tests/test/cg/tcnvint6.pp

@@ -1,6 +1,6 @@
 
 { This test requires overflow check to be off }
-{$O-}
+{$Q-}
 
 procedure error(n: longint);
 begin