fcl-pas: less hints

git-svn-id: trunk@36648 -
This commit is contained in:
Mattias Gaertner 2017-07-05 19:57:56 +00:00
parent a9502f9d3d
commit 6d764dff98
2 changed files with 5 additions and 1 deletions

View File

@ -8106,6 +8106,7 @@ begin
if Evaluated=nil then
ReleaseEvalValue(Value);
end;
if Proc=nil then ;
end;
function TPasResolver.BI_LowHigh_OnGetCallCompatibility(

View File

@ -50,7 +50,10 @@ interface
uses
Classes, SysUtils, AVL_Tree, PasTree, PScanner,
PasResolver, PasResolveEval;
{$IFDEF VerbosePasResolver}
PasResolveEval,
{$ENDIF}
PasResolver;
const
nPAUnitNotUsed = 5023;