Hi Przemek,
> > 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. I think this is solved in source/rtl/math.c in some ways, maybe it helps. [ You're right, it's there in float.h in both MSVC 8 and 9, dunno why the warning still. ] > > 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. I used to do this, but this code is so complicated, I'd better not touch it myself, especially not now, being very busy with other things (there were two huge updates lately). Brgds, Viktor
_______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour