TAChart: Less hints and warnings

git-svn-id: trunk@64450 -
This commit is contained in:
wp 2021-01-30 23:48:53 +00:00
parent cf684284aa
commit 47499875e6
6 changed files with 8 additions and 5 deletions

View File

@ -4,7 +4,7 @@
for details about the license.
*****************************************************************************
Axises for TAChart series.
Axes for TAChart series.
Authors: Alexander Klenin

View File

@ -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"/>

View File

@ -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

View File

@ -39,7 +39,7 @@ procedure Register;
implementation
uses
Math, TACustomSeries, TAEnumerators;
Math, TACustomSeries;
constructor TChartLiveView.Create(AOwner: TComponent);
begin

View File

@ -130,7 +130,7 @@ type
implementation
uses
Math, StrUtils, spe, TAChartStrConsts;
Math, spe, TAChartStrConsts;
operator := (AEq: IFitEquationText): String;
begin

View File

@ -11,7 +11,7 @@
unit TAMultiSeries;
{$H+}
{$WARN 6058 off : Call to subroutine "$1" marked as inline is not inlined}
interface
uses