mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 15:48:34 +02:00
TAChart: Less hints and warnings
git-svn-id: trunk@64450 -
This commit is contained in:
parent
cf684284aa
commit
47499875e6
@ -4,7 +4,7 @@
|
||||
for details about the license.
|
||||
*****************************************************************************
|
||||
|
||||
Axises for TAChart series.
|
||||
Axes for TAChart series.
|
||||
|
||||
Authors: Alexander Klenin
|
||||
|
||||
|
@ -19,6 +19,9 @@
|
||||
</Debugging>
|
||||
</Linking>
|
||||
<Other>
|
||||
<CompilerMessages>
|
||||
<IgnoredMessages idx6058="True"/>
|
||||
</CompilerMessages>
|
||||
<CustomOptions Value="-dCHECK_VALID_SCALING"/>
|
||||
<OtherDefines Count="1">
|
||||
<Define0 Value="CHECK_VALID_SCALING"/>
|
||||
|
@ -25,7 +25,7 @@ unit TAChartListbox;
|
||||
{$IFDEF DARWIN}
|
||||
{$DEFINE USE_BITMAPS}
|
||||
{$ENDIF}
|
||||
{$WARN 6058 off : Call to subroutine "$1" marked as inline is not inlined}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -39,7 +39,7 @@ procedure Register;
|
||||
implementation
|
||||
|
||||
uses
|
||||
Math, TACustomSeries, TAEnumerators;
|
||||
Math, TACustomSeries;
|
||||
|
||||
constructor TChartLiveView.Create(AOwner: TComponent);
|
||||
begin
|
||||
|
@ -130,7 +130,7 @@ type
|
||||
implementation
|
||||
|
||||
uses
|
||||
Math, StrUtils, spe, TAChartStrConsts;
|
||||
Math, spe, TAChartStrConsts;
|
||||
|
||||
operator := (AEq: IFitEquationText): String;
|
||||
begin
|
||||
|
@ -11,7 +11,7 @@
|
||||
unit TAMultiSeries;
|
||||
|
||||
{$H+}
|
||||
{$WARN 6058 off : Call to subroutine "$1" marked as inline is not inlined}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
Loading…
Reference in New Issue
Block a user