mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 18:29:13 +02:00
* changed test so it also produces a warning (and hence fails) on 64 bit
platforms git-svn-id: trunk@12032 -
This commit is contained in:
parent
b6dcffe79b
commit
f07d00b7f0
@ -10,7 +10,6 @@ var
|
|||||||
begin
|
begin
|
||||||
{$warnings on}
|
{$warnings on}
|
||||||
p:= @a;
|
p:= @a;
|
||||||
offs:= SizeOf(integer);
|
|
||||||
{$push}
|
{$push}
|
||||||
{$warnings off}
|
{$warnings off}
|
||||||
{$pop}
|
{$pop}
|
||||||
|
Loading…
Reference in New Issue
Block a user