mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 01:29:08 +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;
|
||||
begin
|
||||
Result := '';
|
||||
WriteStr(Result, aTypeInfo^.Kind);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user