mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 10:09:32 +02:00
TAChart: Restore previous compiler hint status after Unused procedure
git-svn-id: trunk@41783 -
This commit is contained in:
parent
24737576de
commit
b1866966f9
@ -495,7 +495,7 @@ begin
|
||||
Result := 0.0;
|
||||
end;
|
||||
|
||||
{$HINTS OFF}
|
||||
{$PUSH}{$HINTS OFF}
|
||||
procedure Unused(const A1);
|
||||
begin
|
||||
end;
|
||||
@ -503,7 +503,7 @@ end;
|
||||
procedure Unused(const A1, A2);
|
||||
begin
|
||||
end;
|
||||
{$HINTS ON}
|
||||
{$POP}
|
||||
|
||||
procedure UpdateMinMax(AValue: Double; var AMin, AMax: Double);
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user