mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 06:08:16 +02:00
Disable expliccitly overlfow and range checks
git-svn-id: trunk@34014 -
This commit is contained in:
parent
544d33bf48
commit
3253711e95
@ -1,3 +1,7 @@
|
||||
{ Explicitly disable overflow and range checks }
|
||||
{$Q-}
|
||||
{$R-}
|
||||
|
||||
var
|
||||
l : longint;
|
||||
d : dword;
|
||||
|
Loading…
Reference in New Issue
Block a user