Warnings with MyDAC 4.00.1.6

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Bernhard Geyer
Posts: 20
Joined: Fri 30 Sep 2005 14:13

Warnings with MyDAC 4.00.1.6

Post by Bernhard Geyer » Tue 29 Nov 2005 13:50

I get some warnings with MyDAC 4.00.1.6 when Assertion is switched of
(e.g. MyClasses.pas(836) OldfethBlockOffset is never used).

Can there be made some changes to avoid this warnings? I want to make my compilation Warning-Free.

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Post by swierzbicki » Wed 30 Nov 2005 09:13

Bernhard ,

I don't understand you ?
Why is it so important to get an Warning free compilation ?

Bernhard Geyer
Posts: 20
Joined: Fri 30 Sep 2005 14:13

Post by Bernhard Geyer » Wed 30 Nov 2005 10:31

swierzbicki wrote:I don't understand you ?
Why is it so important to get an Warning free compilation ?
I use many components (15-20 Packages). So if every Package has such Warnings, the warning that my code produces will not be very obvious because of so many warnings. And maybe some of this self-proceced warnings will be dangerous.

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 01 Dec 2005 13:14

This problem will be fixed in the next build by using IFOPT compiler directive.

Bernhard Geyer
Posts: 20
Joined: Fri 30 Sep 2005 14:13

Post by Bernhard Geyer » Fri 02 Dec 2005 13:03

Ikar wrote:This problem will be fixed in the next build by using IFOPT compiler directive.
Thank you.

Post Reply