ide: less hints

git-svn-id: branches/fixes_2_0@63455 -
This commit is contained in:
mattias 2020-06-28 13:37:22 +00:00
parent 4e4f13409b
commit 78d3e2b922
2 changed files with 6 additions and 3 deletions

View File

@ -229,6 +229,7 @@ end;
function TExternalToolsConsole.GetIDEObject(ToolData: TIDEExternalToolData): TObject;
begin
raise Exception.Create('TExternalToolsConsole.GetIDEObject: Should not happen!');
Result:=ToolData;
end;
procedure TExternalToolsConsole.HandleMesages;

View File

@ -6,11 +6,11 @@ interface
uses
Classes,
SysUtils,
SysUtils
{$IFNDEF VER3_0}
pkgFppkg,
, pkgFppkg, fprepos
{$ENDIF VER3_0}
fprepos;
;
type
@ -101,6 +101,7 @@ begin
end;
{$ELSE }
Result := True;
if PackageName='' then ;
{$ENDIF VER3_0}
end;
@ -121,6 +122,7 @@ begin
end;
end;
{$ENDIF VER3_0}
if AList=nil then ;
end;
finalization