Displaying 2 results from an estimated 2 matches for "r_nc_get_vara_int".
2010 Mar 09
1
ncdf installation
...cc/include
-fpic -g -O2 -c ncdf.c -o ncdf.o
ncdf.c: In function ‘R_nc_get_vara_double’:
ncdf.c:196: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3
has type ‘size_t’
ncdf.c:202: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3
has type ‘size_t’
ncdf.c: In function ‘R_nc_get_vara_int’:
ncdf.c:239: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3
has type ‘size_t’
ncdf.c:245: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3
has type ‘size_t’
ncdf.c: In function ‘R_nc_get_vara_text’:
ncdf.c:296: warning: format ‘%u’ expects type ‘unsigned int’, but...
2010 Mar 24
1
install ncdf package
...ze=4 -m64 -mtune=generic -c ncdf.c -o ncdf.o
ncdf.c: In function ?R_nc_get_vara_double?:
ncdf.c:196: warning: format ?%u? expects type ?unsigned int?, but argument 3
has type ?size_t?
ncdf.c:202: warning: format ?%u? expects type ?unsigned int?, but argument 3
has type ?size_t?
ncdf.c: In function ?R_nc_get_vara_int?:
ncdf.c:239: warning: format ?%u? expects type ?unsigned int?, but argument 3
has type ?size_t?
ncdf.c:245: warning: format ?%u? expects type ?unsigned int?, but argument 3
has type ?size_t?
ncdf.c: In function ?R_nc_get_vara_text?:
ncdf.c:296: warning: format ?%u? expects type ?unsigned int?, but...