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. for details about the license.
***************************************************************************** *****************************************************************************
Axises for TAChart series. Axes for TAChart series.
Authors: Alexander Klenin Authors: Alexander Klenin

View File

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

View File

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

View File

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

View File

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

View File

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