After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 606066 - go_range_increasingl
go_range_increasingl
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Analytics
git master
Other Linux
: Normal minor
: ---
Assigned To: Morten Welinder
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2010-01-04 23:51 UTC by Andreas J. Guelzow
Modified: 2010-01-05 05:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2010-01-04 23:51:47 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
Comment 1 Andreas J. Guelzow 2010-01-05 05:33:45 UTC
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.