mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 21:49:18 +02:00
* Fixed warnings.
git-svn-id: trunk@9095 -
This commit is contained in:
parent
40c3092b99
commit
6a36ac786a
@ -23,7 +23,7 @@ interface
|
|||||||
|
|
||||||
{$checkpointer off}
|
{$checkpointer off}
|
||||||
{$goto on}
|
{$goto on}
|
||||||
{$typedpointer on}
|
{$TYPEDADDRESS on}
|
||||||
|
|
||||||
{$if defined(win32) or defined(wince)}
|
{$if defined(win32) or defined(wince)}
|
||||||
{$define windows}
|
{$define windows}
|
||||||
|
@ -689,7 +689,7 @@ begin
|
|||||||
if I >= 0 then
|
if I >= 0 then
|
||||||
Result := InternalItems[I]+FKeySize
|
Result := InternalItems[I]+FKeySize
|
||||||
else
|
else
|
||||||
Error(SMapKeyError, PtrInt(AKey));
|
Error(SMapKeyError, PtrUInt(AKey));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TFPSMap.InitOnPtrCompare;
|
procedure TFPSMap.InitOnPtrCompare;
|
||||||
|
Loading…
Reference in New Issue
Block a user