mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 21:09:11 +02:00
* fix warning about result not being initialized
git-svn-id: trunk@39880 -
This commit is contained in:
parent
608da3d255
commit
76a95f61e2
@ -157,6 +157,7 @@ function TypeInfoToFFIType(aTypeInfo: PTypeInfo): pffi_type;
|
|||||||
|
|
||||||
function TypeKindName: String;
|
function TypeKindName: String;
|
||||||
begin
|
begin
|
||||||
|
Result := '';
|
||||||
WriteStr(Result, aTypeInfo^.Kind);
|
WriteStr(Result, aTypeInfo^.Kind);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user