On Mon, 29 Jun 2009, Szak�ts Viktor wrote: > I'm getting this when trying to build Harbour with > HB_BUILD_DEBUG=yes on darwin: > In file included from ../../hvmall.c:69: > ../../arrays.c: In function ‘hb_arraySetTDT’: > ../../arrays.c:717: warning: format ‘%lf’ expects type ‘double’, > but argument 4 has type ‘LONG’ > ../../arrays.c:717: warning: too many arguments for format
It's typo in copy and past. Should be fixed. BTW HB_BUILD_DEBUG=yes it's a little bit too heavy to enable only C call stack in gdb/valgrind. -g in HB_USER_CFLAGS seems to be lighter solution and does not change generated code what sometimes can hide the problem. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
