mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 08:38:19 +02:00
Amiga: removed some warnings
git-svn-id: trunk@55380 -
This commit is contained in:
parent
82d2dccb49
commit
670bb5339c
@ -37,6 +37,7 @@ function FindDefaultBrowserWide(out ABrowser, AParams: WideString): Boolean;
|
||||
begin
|
||||
ABrowser := '';
|
||||
AParams := '"%s"';
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
function FindDefaultBrowserUtf8(out ABrowser, AParams: String): Boolean;
|
||||
|
@ -773,6 +773,9 @@ begin
|
||||
{$ifdef unix}
|
||||
Result := '/';
|
||||
{$endif}
|
||||
{$ifdef HASAMIGA}
|
||||
Result := '';
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
function TCustomShellTreeView.GetRootPath: string;
|
||||
|
Loading…
Reference in New Issue
Block a user