mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 18:21:00 +02:00
fcl-pas: less hints
git-svn-id: trunk@36648 -
This commit is contained in:
parent
a9502f9d3d
commit
6d764dff98
@ -8106,6 +8106,7 @@ begin
|
||||
if Evaluated=nil then
|
||||
ReleaseEvalValue(Value);
|
||||
end;
|
||||
if Proc=nil then ;
|
||||
end;
|
||||
|
||||
function TPasResolver.BI_LowHigh_OnGetCallCompatibility(
|
||||
|
@ -50,7 +50,10 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, AVL_Tree, PasTree, PScanner,
|
||||
PasResolver, PasResolveEval;
|
||||
{$IFDEF VerbosePasResolver}
|
||||
PasResolveEval,
|
||||
{$ENDIF}
|
||||
PasResolver;
|
||||
|
||||
const
|
||||
nPAUnitNotUsed = 5023;
|
||||
|
Loading…
Reference in New Issue
Block a user