mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 16:39:15 +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
|
begin
|
||||||
ABrowser := '';
|
ABrowser := '';
|
||||||
AParams := '"%s"';
|
AParams := '"%s"';
|
||||||
|
Result := False;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function FindDefaultBrowserUtf8(out ABrowser, AParams: String): Boolean;
|
function FindDefaultBrowserUtf8(out ABrowser, AParams: String): Boolean;
|
||||||
|
@ -773,6 +773,9 @@ begin
|
|||||||
{$ifdef unix}
|
{$ifdef unix}
|
||||||
Result := '/';
|
Result := '/';
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$ifdef HASAMIGA}
|
||||||
|
Result := '';
|
||||||
|
{$endif}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TCustomShellTreeView.GetRootPath: string;
|
function TCustomShellTreeView.GetRootPath: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user