* fix warning about result not being initialized

git-svn-id: trunk@39880 -
This commit is contained in:
svenbarth 2018-10-07 12:25:18 +00:00
parent 608da3d255
commit 76a95f61e2

View File

@ -157,6 +157,7 @@ function TypeInfoToFFIType(aTypeInfo: PTypeInfo): pffi_type;
function TypeKindName: String;
begin
Result := '';
WriteStr(Result, aTypeInfo^.Kind);
end;