GNOME Bugzilla – Bug 606066
go_range_increasingl
Last modified: 2010-01-05 05:33:45 UTC
functions.c: In function ‘linear_interpolation’: functions.c:156: warning: passing argument 1 of ‘go_range_increasingl’ from incompatible pointer type /home/aguelzow/gnumeric/include/libgoffice-0.8/goffice/math/go-rangefunc.h:39: note: expected ‘const long double *’ but argument is of type ‘const gnm_float *’ functions.c: In function ‘linear_averaging’: functions.c:207: warning: passing argument 1 of ‘go_range_increasingl’ from incompatible pointer type /home/aguelzow/gnumeric/include/libgoffice-0.8/goffice/math/go-rangefunc.h:39: note: expected ‘const long double *’ but argument is of type ‘const gnm_float *’ functions.c: In function ‘staircase_interpolation’: functions.c:254: warning: passing argument 1 of ‘go_range_increasingl’ from incompatible pointer type /home/aguelzow/gnumeric/include/libgoffice-0.8/goffice/math/go-rangefunc.h:39: note: expected ‘const long double *’ but argument is of type ‘const gnm_float *’ functions.c: In function ‘staircase_averaging’: functions.c:293: warning: passing argument 1 of ‘go_range_increasingl’ from incompatible pointer type /home/aguelzow/gnumeric/include/libgoffice-0.8/goffice/math/go-rangefunc.h:39: note: expected ‘const long double *’ but argument is of type ‘const gnm_float *’ functions.c: In function ‘spline_interpolation’: functions.c:327: warning: passing argument 1 of ‘go_range_increasingl’ from incompatible pointer type /home/aguelzow/gnumeric/include/libgoffice-0.8/goffice/math/go-rangefunc.h:39: note: expected ‘const long double *’ but argument is of type ‘const gnm_float *’ functions.c: In function ‘spline_averaging’: functions.c:347: warning: passing argument 1 of ‘go_range_increasingl’ from incompatible pointer type /home/aguelzow/gnumeric/include/libgoffice-0.8/goffice/math/go-rangefunc.h:39: note: expected ‘const long double *’ but argument is of type ‘const gnm_float *’ functions.c: In function ‘gnumeric_interpolation’: functions.c:594: warning: passing argument 1 of ‘go_range_increasingl’ from incompatible pointer type /home/aguelzow/gnumeric/include/libgoffice-0.8/goffice/math/go-rangefunc.h:39: note: expected ‘const long double *’ but argument is of type ‘gnm_float *’ functions.c: In function ‘gnumeric_periodogram’: functions.c:776: warning: passing argument 1 of ‘go_range_increasingl’ from incompatible pointer type /home/aguelzow/gnumeric/include/libgoffice-0.8/goffice/math/go-rangefunc.h:39: note: expected ‘const long double *’ but argument is of type ‘gnm_float *’ CCLD plugin.la
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.