mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
LazLogger: avoid "inline" warning for fpc versions not supporting it. Issue #39508
This commit is contained in:
parent
4eff151060
commit
189c64388e
@ -288,7 +288,7 @@ function GetParamByName(const AName: String; AnIndex: Integer): string;
|
||||
function GetDebugLoggerGroups: TLazLoggerLogGroupList; inline;
|
||||
procedure SetDebugLoggerGroups(ALogGroups: TLazLoggerLogGroupList);
|
||||
|
||||
function GetDebugLogger: TLazLogger; inline;
|
||||
function GetDebugLogger: TLazLogger; {$IfDef FPC_FULLVERSION >= 030300} inline; {$EndIf}
|
||||
function GetExistingDebugLogger: TLazLogger; inline; // No Autocreate
|
||||
procedure SetDebugLogger(ALogger: TLazLogger);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user