mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 20:37:47 +02:00
* Fix hints and warnings
This commit is contained in:
parent
1c36ead825
commit
3786221f6e
@ -1953,9 +1953,6 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
function TRttiArrayType.GetDimension(aIndex: SizeInt): TRttiType;
|
function TRttiArrayType.GetDimension(aIndex: SizeInt): TRttiType;
|
||||||
Var
|
|
||||||
I : Integer;
|
|
||||||
Res : TRttiType;
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
if (aIndex >= DimensionCount) then
|
if (aIndex >= DimensionCount) then
|
||||||
|
Loading…
Reference in New Issue
Block a user