Browse Source

Disable expliccitly overlfow and range checks

git-svn-id: trunk@34014 -
pierre 9 years ago
parent
commit
3253711e95
1 changed files with 4 additions and 0 deletions
  1. 4 0
      tests/tbs/tb0336.pp

+ 4 - 0
tests/tbs/tb0336.pp

@@ -1,3 +1,7 @@
+{ Explicitly disable overflow and range checks }
+{$Q-}
+{$R-}
+
 var
 var
    l : longint;
    l : longint;
    d : dword;
    d : dword;