* Remove some warnings/hints

git-svn-id: trunk@46330 -
This commit is contained in:
michael 2020-08-08 12:40:13 +00:00
parent cc4e6458c4
commit fed066b805

View File

@ -423,9 +423,7 @@ procedure TJSONDeStreamer.DoClearProperty(AObject : TObject;PropInfo : PPropInfo
Var
PI : PPropInfo;
TI : PTypeInfo;
I,J,S : Integer;
A : TJSONArray;
JS : TJSONStringType;
begin
PI:=PropInfo;
TI:=PropInfo^.PropType;
@ -456,6 +454,8 @@ begin
SetOrdProp(AObject,PI,0);
tkUString :
SetUnicodeStrProp(AObject,PI,'');
else
{
tkObject,
tkArray,
tkRecord,
@ -463,7 +463,7 @@ begin
tkDynArray,
tkInterfaceRaw,
tkProcVar,
tkMethod :
tkMethod }
Error(SErrUnsupportedPropertyKind,[PI^.Name]);
end;
end;