Browse Source

fcl-pas: less hints

git-svn-id: trunk@36648 -
Mattias Gaertner 8 years ago
parent
commit
6d764dff98

+ 1 - 0
packages/fcl-passrc/src/pasresolver.pp

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

+ 4 - 1
packages/fcl-passrc/src/pasuseanalyzer.pas

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