Snippets for arpack-ng 3.9.1 from Fedora s390x
Sourced from https://kojipkgs.fedoraproject.org/packages/arpack/3.9.1/10.fc45/data/logs/s390x/build.log.
-
arpackmm.cpp:188:16: warning: unused variable ‘tol’ [-Wunused-variable] 188 | double tol = 0.; | ^~~ -
arpackmm.cpp:202:13: warning: unused variable ‘maxIt’ [-Wunused-variable] 202 | int maxIt = 0; | ^~~~~ -
arpackSolver.hpp:368:14: warning: variable ‘l’ set but not used [-Wunused-but-set-variable=] 368 | a_uint l = 0, nnz = 0; | ^ -
icb_arpack_c.c:69:40: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘int64_t’ {aka ‘long int’} [-Wformat=] 69 | printf("Error in saupd: iparam[4] %d, nev %d, info %d\n", iparam[4], nev, info); | ~^ ~~~~~~~~~ | | | | int int64_t {aka long int} | %ld -
icb_arpack_c.c:69:48: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘int64_t’ {aka ‘long int’} [-Wformat=] 69 | printf("Error in saupd: iparam[4] %d, nev %d, info %d\n", iparam[4], nev, info); | ~^ ~~~ | | | | int int64_t {aka long int} | %ld -
icb_arpack_c.c:69:57: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘int64_t’ {aka ‘long int’} [-Wformat=] 69 | printf("Error in saupd: iparam[4] %d, nev %d, info %d\n", iparam[4], nev, info); | ~^ ~~~~ | | | | int int64_t {aka long int} | %ld -
icb_arpack_c.c:76:35: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘int64_t’ {aka ‘long int’} [-Wformat=] 76 | printf("Error in seupd: info %d\n", info); | ~^ ~~~~ | | | | int int64_t {aka long int} | %ld -
icb_arpack_c.c:140:40: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘int64_t’ {aka ‘long int’} [-Wformat=] 140 | printf("Error in naupd: iparam[4] %d, nev %d, info %d\n", iparam[4], nev, info); | ~^ ~~~~~~~~~ | | | | int int64_t {aka long int} | %ld -
icb_arpack_c.c:140:48: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘int64_t’ {aka ‘long int’} [-Wformat=] 140 | printf("Error in naupd: iparam[4] %d, nev %d, info %d\n", iparam[4], nev, info); | ~^ ~~~ | | | | int int64_t {aka long int} | %ld -
icb_arpack_c.c:140:57: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘int64_t’ {aka ‘long int’} [-Wformat=] 140 | printf("Error in naupd: iparam[4] %d, nev %d, info %d\n", iparam[4], nev, info); | ~^ ~~~~ | | | | int int64_t {aka long int} | %ld -
icb_arpack_c.c:147:35: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘int64_t’ {aka ‘long int’} [-Wformat=] 147 | printf("Error in neupd: info %d\n", info); | ~^ ~~~~ | | | | int int64_t {aka long int} | %ld -
icb_arpack_c.c:182:26: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘int64_t’ {aka ‘long int’} [-Wformat=] 182 | printf("Timers : nopx %d, tmvopx %f - nbx %d, tmvbx %f\n", nopx_c, tmvopx_c, | ~^ ~~~~~~ | | | | int int64_t {aka long int} | %ld -
icb_arpack_c.c:182:46: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘int64_t’ {aka ‘long int’} [-Wformat=] 182 | printf("Timers : nopx %d, tmvopx %f - nbx %d, tmvbx %f\n", nopx_c, tmvopx_c, | ~^ | | | int | %ld 183 | nbx_c, tmvbx_c); | ~~~~~ | | | int64_t {aka long int}