소스 검색

disable explicitly overflow checks

pierre 25 년 전
부모
커밋
7f52cfc571
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      tests/test/testi642.pp

+ 2 - 1
tests/test/testi642.pp

@@ -1,3 +1,4 @@
+{$Q-} { this is necessary to avoid an overflow error below }
 {$mode objfpc}
 uses
    sysutils
@@ -1186,4 +1187,4 @@ begin
    writeln('                Int64 test successful');
    writeln('------------------------------------------------------');
    halt(0);
-end.
+end.