On Wed, 28 Jan 2009, Szak�ts Viktor wrote:
> Thanks a lot.
> Now, these are the only warnings remaining:
> source\common\hbprintf.c(1036) : warning C4013: '_finite' undefined;
> assuming extern returning int

In 99% this function have to be defined in float.h it's so it should
be enough to include this file.
I'll commit modifications but I only guessing what MSVC does.

> c:\work\harbour-new\harbour\source\common\hbprintf.c(1191) : warning C4701:
> potentially uninitialized local variable 'size' used

It's not real problem but I'll pacify this warning.

If possible then please try to update hbprintf.c for MSVC yourself.
I do not have any MSVC version which can be executed with WINE in
my Linux BOX so I cannot make any tests myself. I cannot even install
it.

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

Reply via email to