Fix compiler warnings introduced by #39.
This commit is contained in:
parent
4f0c868f31
commit
5389059108
@ -9252,7 +9252,6 @@ var
|
||||
SetData: PByteArray;
|
||||
Val: Tbtu8;
|
||||
begin
|
||||
Result:=true;
|
||||
TheSet:=NewTPSVariantIFC(Stack[Stack.Count-1],true);
|
||||
NewMember:=NewTPSVariantIFC(Stack[Stack.Count-2],false);
|
||||
Result := (TheSet.aType.BaseType = btSet) and (NewMember.aType.BaseType = btU8);
|
||||
@ -9268,7 +9267,6 @@ var
|
||||
SetData: PByteArray;
|
||||
Val: Tbtu8;
|
||||
begin
|
||||
Result:=true;
|
||||
TheSet:=NewTPSVariantIFC(Stack[Stack.Count-1],true);
|
||||
NewMember:=NewTPSVariantIFC(Stack[Stack.Count-2],false);
|
||||
Result := (TheSet.aType.BaseType = btSet) and (NewMember.aType.BaseType = btU8);
|
||||
|
Loading…
Reference in New Issue
Block a user