Warnings in Built

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
XRD_Tom
Newbie
Newbie
Posts: 8
Joined: Fri Oct 30, 2020 12:00 am

Warnings in Built

Post by XRD_Tom » Thu Mar 25, 2021 11:06 am

Hallo,

we are doing builds on a TeamCity build server (with NO hints/warnings policy) and TChart is the only code that still has Compiler hints/warnings, can you please fix that for the next release so that we don't need to fix that on our own each time when upgrading?

It's VCL 64bit with Delphi 10.1 Berlin Update 2

3rdParty\TChart\VCL\VCLTee.TeEngine.pas(7375): Hint warning H2077: Value assigned to 'LabelInside' never used
3rdParty\TChart\VCL\VCLTee.TeeSurfa.pas(6549): Hint warning H2077: Value assigned to 'tmpIndex' never used
3rdParty\TChart\VCL\VCLTee.TeeSurfa.pas(6531): Hint warning H2077: Value assigned to 'tmpIndex' never used
3rdParty\TChart\VCL\VCLTee.TeeHighLowLine.pas(93): Hint warning H2443: Inline function 'TPen.GetColor' has not been expanded because unit 'System.UITypes' is not specified in USES list

Best regards,

Thomas

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Warnings in Built

Post by Yeray » Thu Apr 01, 2021 11:14 am

Hello Thomas,

I've added it to the public tracker: #2408
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply