mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 15:09:56 +02:00
add $R- to avoid errors
This commit is contained in:
parent
97c84ffed8
commit
47617fd323
@ -1,5 +1,7 @@
|
|||||||
|
{$R-}
|
||||||
|
|
||||||
{ Basic Pascal principles gone done the drain... !!!! }
|
{ Basic Pascal principles gone done the drain... !!!! }
|
||||||
|
|
||||||
var
|
var
|
||||||
v: word;
|
v: word;
|
||||||
w: shortint;
|
w: shortint;
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
{$R-}
|
||||||
|
|
||||||
{ I think this now occurs with most type casting... }
|
{ I think this now occurs with most type casting... }
|
||||||
{ I think type casting is no longer considered?? }
|
{ I think type casting is no longer considered?? }
|
||||||
|
@ -2,6 +2,7 @@ program test_set;
|
|||||||
|
|
||||||
uses erroru;
|
uses erroru;
|
||||||
|
|
||||||
|
{$R-}
|
||||||
|
|
||||||
procedure test;
|
procedure test;
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
{ $R+ would give compile time errors }
|
||||||
|
{$R-}
|
||||||
|
|
||||||
Program bug0290;
|
Program bug0290;
|
||||||
|
|
||||||
var i,j : integer;
|
var i,j : integer;
|
||||||
|
Loading…
Reference in New Issue
Block a user