mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 09:30:22 +02:00
* Fix compiler warnings
This commit is contained in:
parent
8360b18097
commit
b46f361d91
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user