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