* Fix compiler warnings

This commit is contained in:
Michaël Van Canneyt 2021-12-28 15:25:20 +01:00
parent 8360b18097
commit b46f361d91

View File

@ -74,12 +74,7 @@ Type
TCustomExtDirectModule = Class(TJSONRPCDispatchModule)
private
FAPIPath: String;
FCORSAllowCredentials: Boolean;
FCORSAllowedOrigins: String;
FCORSEmptyDomainToOrigin: Boolean;
FCORSMaxAge: Integer;
FDispatcher: TCustomExtDirectDispatcher;
FHandleCors: Boolean;
FNameSpace: String;
FOptions: TJSONRPCDispatchOptions;
FRequest: TRequest;
@ -249,7 +244,7 @@ procedure TCustomExtDirectModule.HandleRequest(ARequest: TRequest;
Var
Disp : TCustomExtDirectDispatcher;
Req,res : TJSONData;
res : TJSONData;
R : String;
begin