mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:29:20 +02:00
* more rangecheck fixing
git-svn-id: trunk@1676 -
This commit is contained in:
parent
a636570436
commit
9efae2700b
@ -18,7 +18,7 @@
|
||||
---------------------------------------------------------------------}
|
||||
|
||||
{ we so ugly things with tvararray here }
|
||||
{$R-}
|
||||
{$RANGECHECKS OFF}
|
||||
|
||||
Procedure SetUnlockResult (P : PVarArray; Res : HResult);
|
||||
|
||||
@ -201,6 +201,7 @@ begin
|
||||
finally
|
||||
VariantClear(Tmp);
|
||||
end;
|
||||
{$RANGECHECKS OFF}
|
||||
end;
|
||||
|
||||
{ ---------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user