Snippets for python:scipy 1.18.0 from Fedora i686
Sourced from https://kojipkgs.fedoraproject.org/packages/scipy/1.18.0/1.fc45/data/logs/i686/build.log.
-
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:233:32: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘npy_intp’ {aka ‘int’} [-Wformat=] 233 | n = PyOS_snprintf(p, size, "array(%" NPY_INTP_FMT, def.dims.d[0]); -
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:241:36: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘npy_intp’ {aka ‘int’} [-Wformat=] 241 | n = PyOS_snprintf(p, size, ",%" NPY_INTP_FMT, def.dims.d[i]); -
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:961:46: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘npy_intp’ {aka ‘int’} [-Wformat=] 961 | sprintf(mess + strlen(mess), "%" NPY_INTP_FMT ",", dims[i]); -
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:976:37: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘int’ [-Wformat=] 976 | sprintf(mess+strlen(mess)," -- expected elsize=%d got %" NPY_INTP_FMT, elsize, (npy_intp)PyArray_ITEMSIZE(arr)); -
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:1007:25: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘int’ [-Wformat=] 1007 | " -- expected at least elsize=%d but got "
-
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:1054:25: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘int’ [-Wformat=] 1054 | " -- expected elsize=%d but got %" NPY_INTP_FMT,
-
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:1136:19: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘int’ [-Wformat=] 1136 | " -- expected elsize=%d got %" NPY_INTP_FMT, elsize,
-
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:1254:29: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘npy_intp’ {aka ‘int’} [-Wformat=] 1254 | " -- %d-th dimension must be fixed to %" -
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:1254:29: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘npy_intp’ {aka ‘int’} [-Wformat=] 1254 | " -- %d-th dimension must be fixed to %" -
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:1304:29: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘npy_intp’ {aka ‘int’} [-Wformat=] 1304 | " -- %d-th dimension must be fixed to %" -
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:1304:29: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘npy_intp’ {aka ‘int’} [-Wformat=] 1304 | " -- %d-th dimension must be fixed to %" -
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:1332:22: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘npy_intp’ {aka ‘int’} [-Wformat=] 1332 | "unexpected array size: size=%" NPY_INTP_FMT -
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:1332:22: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘npy_intp’ {aka ‘int’} [-Wformat=] 1332 | "unexpected array size: size=%" NPY_INTP_FMT -
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:1338:56: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘npy_intp’ {aka ‘int’} [-Wformat=] 1338 | snprintf(msg + len, sizeof(msg) - len, " %" NPY_INTP_FMT, -
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:1345:56: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘npy_intp’ {aka ‘int’} [-Wformat=] 1345 | snprintf(msg + len, sizeof(msg) - len, " %" NPY_INTP_FMT, -
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:1389:23: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘npy_intp’ {aka ‘int’} [-Wformat=] 1389 | sprintf(localbuf, "%c%" NPY_INTP_FMT "-%s-scalar", PyArray_DESCR(arr)->kind, PyArray_ITEMSIZE(arr), Py_TYPE(obj)->tp_name); -
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:1398:44: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘npy_intp’ {aka ‘int’} [-Wformat=] 1398 | sprintf(localbuf + strlen(localbuf), "%" NPY_INTP_FMT ",", PyArray_DIM(arr, i)); -
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:1400:42: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘npy_intp’ {aka ‘int’} [-Wformat=] 1400 | sprintf(localbuf + strlen(localbuf), ")-%c%" NPY_INTP_FMT "-%s", PyArray_DESCR(arr)->kind, PyArray_ITEMSIZE(arr), Py_TYPE(obj)->tp_name); -
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:1430:25: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘npy_intp’ {aka ‘int’} [-Wformat=] 1430 | fprintf(stderr, "f2py_size: 2nd argument value=%" NPY_INTP_FMT -
../../../../../../usr/lib/python3.15/site-packages/numpy/f2py/src/fortranobject.c:1430:25: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘npy_intp’ {aka ‘int’} [-Wformat=] 1430 | fprintf(stderr, "f2py_size: 2nd argument value=%" NPY_INTP_FMT -
scipy/sparse/csgraph/_shortest_path.cpython-315-i386-linux-gnu.so.p/_shortest_path.cpp:8664:100: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 8664 | __pyx_t_1 = ((__pyx_f_5numpy_7ndarray_5shape_shape(((PyArrayObject *)__pyx_v_dist_matrix))[1]) == __pyx_v_N); -
scipy/sparse/csgraph/_shortest_path.cpython-315-i386-linux-gnu.so.p/_shortest_path.cpp:8827:109: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 8827 | __pyx_t_1 = ((__pyx_f_5numpy_7ndarray_5shape_shape(((PyArrayObject *)__pyx_v_predecessor_matrix))[0]) == __pyx_v_N); -
scipy/sparse/csgraph/_shortest_path.cpython-315-i386-linux-gnu.so.p/_shortest_path.cpp:8846:109: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 8846 | __pyx_t_1 = ((__pyx_f_5numpy_7ndarray_5shape_shape(((PyArrayObject *)__pyx_v_predecessor_matrix))[1]) == __pyx_v_N); -
scipy/sparse/csgraph/_shortest_path.cpython-315-i386-linux-gnu.so.p/_shortest_path.cpp:12236:40: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] -
scipy/sparse/csgraph/_shortest_path.cpython-315-i386-linux-gnu.so.p/_shortest_path.cpp:12335:43: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] -
scipy/sparse/csgraph/_shortest_path.cpython-315-i386-linux-gnu.so.p/_shortest_path.cpp:12694:47: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] -
scipy/sparse/csgraph/_shortest_path.cpython-315-i386-linux-gnu.so.p/_shortest_path.cpp:12756:40: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] -
scipy/sparse/csgraph/_shortest_path.cpython-315-i386-linux-gnu.so.p/_shortest_path.cpp:12818:43: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] -
scipy/sparse/csgraph/_shortest_path.cpython-315-i386-linux-gnu.so.p/_shortest_path.cpp:14490:37: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘long int’ [-Wsign-compare]
-
scipy/sparse/csgraph/_shortest_path.cpython-315-i386-linux-gnu.so.p/_shortest_path.cpp:14999:37: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘long int’ [-Wsign-compare]
-
../subprojects/boost_math/math/include/boost/math/distributions/inverse_gaussian.hpp:429:13: warning: variable ‘n3’ set but not used [-Wunused-but-set-variable=] 429 | RealType n3 = - sqrt(scale / x);