On Wed, 28 Jan 2009, Szak�ts Viktor wrote:

Hi,

> source\common\hbprintf.c(1035) : warning C4244: 'function' : conversion from
> 'long double' to 'double', possible loss of data
> I've checked line 1035, but I'd rather not touch it.

Please check if MSVC has _finite() function which can accept
'long double' as parameter, f.e.: _finitel()
I'll enable using _finitel() in MSVC builds in next commit but
please confirm if it works.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to