Page 1 of 1

Warnings with MyDAC 4.00.1.6

Posted: Tue 29 Nov 2005 13:50
by Bernhard Geyer
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.

Posted: Wed 30 Nov 2005 09:13
by swierzbicki
Bernhard ,

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

Posted: Wed 30 Nov 2005 10:31
by Bernhard Geyer
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.

Posted: Thu 01 Dec 2005 13:14
by Ikar
This problem will be fixed in the next build by using IFOPT compiler directive.

Posted: Fri 02 Dec 2005 13:03
by Bernhard Geyer
Ikar wrote:This problem will be fixed in the next build by using IFOPT compiler directive.
Thank you.