mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 12:09:14 +02:00
disable explicitly overflow checks
This commit is contained in:
parent
786681b1c6
commit
7f52cfc571
@ -1,3 +1,4 @@
|
|||||||
|
{$Q-} { this is necessary to avoid an overflow error below }
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
uses
|
uses
|
||||||
sysutils
|
sysutils
|
||||||
@ -1186,4 +1187,4 @@ begin
|
|||||||
writeln(' Int64 test successful');
|
writeln(' Int64 test successful');
|
||||||
writeln('------------------------------------------------------');
|
writeln('------------------------------------------------------');
|
||||||
halt(0);
|
halt(0);
|
||||||
end.
|
end.
|
Loading…
Reference in New Issue
Block a user