[Debian-astro-maintainers] Bug#1028893: pyerfa: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.11" returned exit code 13

Lucas Nussbaum lucas at debian.org
Sat Jan 14 13:01:32 GMT 2023


Source: pyerfa
Version: 2.0.0.1+ds-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20230113 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build
> I: pybuild base:240: /usr/bin/python3.10 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
>   warnings.warn(msg, warning_class)
> Using system liberfa
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyerfa/build/erfa
> copying erfa/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyerfa/build/erfa
> copying erfa/core.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyerfa/build/erfa
> copying erfa/helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyerfa/build/erfa
> copying erfa/_version.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyerfa/build/erfa
> copying erfa/version.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyerfa/build/erfa
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyerfa/build/erfa/tests
> copying erfa/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyerfa/build/erfa/tests
> copying erfa/tests/test_ufunc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyerfa/build/erfa/tests
> copying erfa/tests/test_erfa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyerfa/build/erfa/tests
> copying erfa/tests/helper.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyerfa/build/erfa/tests
> running build_ext
> building 'erfa.ufunc' extension
> creating build
> creating build/temp.linux-x86_64-cpython-310
> creating build/temp.linux-x86_64-cpython-310/erfa
> x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c erfa/ufunc.c -o build/temp.linux-x86_64-cpython-310/erfa/ufunc.o
> erfa/ufunc.c: In function ‘PyInit_ufunc’:
> erfa/ufunc.c:9880:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9880 |     static PyUFuncGenericFunction funcs_cal2jd[1] = { &ufunc_loop_cal2jd };
>       |                                                       ^
> erfa/ufunc.c:9880:55: note: (near initialization for ‘funcs_cal2jd[0]’)
> erfa/ufunc.c:9882:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9882 |     static PyUFuncGenericFunction funcs_epb[1] = { &ufunc_loop_epb };
>       |                                                    ^
> erfa/ufunc.c:9882:52: note: (near initialization for ‘funcs_epb[0]’)
> erfa/ufunc.c:9884:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9884 |     static PyUFuncGenericFunction funcs_epb2jd[1] = { &ufunc_loop_epb2jd };
>       |                                                       ^
> erfa/ufunc.c:9884:55: note: (near initialization for ‘funcs_epb2jd[0]’)
> erfa/ufunc.c:9886:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9886 |     static PyUFuncGenericFunction funcs_epj[1] = { &ufunc_loop_epj };
>       |                                                    ^
> erfa/ufunc.c:9886:52: note: (near initialization for ‘funcs_epj[0]’)
> erfa/ufunc.c:9888:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9888 |     static PyUFuncGenericFunction funcs_epj2jd[1] = { &ufunc_loop_epj2jd };
>       |                                                       ^
> erfa/ufunc.c:9888:55: note: (near initialization for ‘funcs_epj2jd[0]’)
> erfa/ufunc.c:9890:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9890 |     static PyUFuncGenericFunction funcs_jd2cal[1] = { &ufunc_loop_jd2cal };
>       |                                                       ^
> erfa/ufunc.c:9890:55: note: (near initialization for ‘funcs_jd2cal[0]’)
> erfa/ufunc.c:9892:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9892 |     static PyUFuncGenericFunction funcs_ab[1] = { &ufunc_loop_ab };
>       |                                                   ^
> erfa/ufunc.c:9892:51: note: (near initialization for ‘funcs_ab[0]’)
> erfa/ufunc.c:9894:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9894 |     static PyUFuncGenericFunction funcs_atcc13[1] = { &ufunc_loop_atcc13 };
>       |                                                       ^
> erfa/ufunc.c:9894:55: note: (near initialization for ‘funcs_atcc13[0]’)
> erfa/ufunc.c:9896:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9896 |     static PyUFuncGenericFunction funcs_atci13[1] = { &ufunc_loop_atci13 };
>       |                                                       ^
> erfa/ufunc.c:9896:55: note: (near initialization for ‘funcs_atci13[0]’)
> erfa/ufunc.c:9898:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9898 |     static PyUFuncGenericFunction funcs_atco13[1] = { &ufunc_loop_atco13 };
>       |                                                       ^
> erfa/ufunc.c:9898:55: note: (near initialization for ‘funcs_atco13[0]’)
> erfa/ufunc.c:9900:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9900 |     static PyUFuncGenericFunction funcs_atic13[1] = { &ufunc_loop_atic13 };
>       |                                                       ^
> erfa/ufunc.c:9900:55: note: (near initialization for ‘funcs_atic13[0]’)
> erfa/ufunc.c:9902:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9902 |     static PyUFuncGenericFunction funcs_atio13[1] = { &ufunc_loop_atio13 };
>       |                                                       ^
> erfa/ufunc.c:9902:55: note: (near initialization for ‘funcs_atio13[0]’)
> erfa/ufunc.c:9904:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9904 |     static PyUFuncGenericFunction funcs_ld[1] = { &ufunc_loop_ld };
>       |                                                   ^
> erfa/ufunc.c:9904:51: note: (near initialization for ‘funcs_ld[0]’)
> erfa/ufunc.c:9906:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9906 |     static PyUFuncGenericFunction funcs_ldsun[1] = { &ufunc_loop_ldsun };
>       |                                                      ^
> erfa/ufunc.c:9906:54: note: (near initialization for ‘funcs_ldsun[0]’)
> erfa/ufunc.c:9908:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9908 |     static PyUFuncGenericFunction funcs_pmpx[1] = { &ufunc_loop_pmpx };
>       |                                                     ^
> erfa/ufunc.c:9908:53: note: (near initialization for ‘funcs_pmpx[0]’)
> erfa/ufunc.c:9910:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9910 |     static PyUFuncGenericFunction funcs_pmsafe[1] = { &ufunc_loop_pmsafe };
>       |                                                       ^
> erfa/ufunc.c:9910:55: note: (near initialization for ‘funcs_pmsafe[0]’)
> erfa/ufunc.c:9912:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9912 |     static PyUFuncGenericFunction funcs_refco[1] = { &ufunc_loop_refco };
>       |                                                      ^
> erfa/ufunc.c:9912:54: note: (near initialization for ‘funcs_refco[0]’)
> erfa/ufunc.c:9914:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9914 |     static PyUFuncGenericFunction funcs_fad03[1] = { &ufunc_loop_fad03 };
>       |                                                      ^
> erfa/ufunc.c:9914:54: note: (near initialization for ‘funcs_fad03[0]’)
> erfa/ufunc.c:9916:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9916 |     static PyUFuncGenericFunction funcs_fae03[1] = { &ufunc_loop_fae03 };
>       |                                                      ^
> erfa/ufunc.c:9916:54: note: (near initialization for ‘funcs_fae03[0]’)
> erfa/ufunc.c:9918:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9918 |     static PyUFuncGenericFunction funcs_faf03[1] = { &ufunc_loop_faf03 };
>       |                                                      ^
> erfa/ufunc.c:9918:54: note: (near initialization for ‘funcs_faf03[0]’)
> erfa/ufunc.c:9920:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9920 |     static PyUFuncGenericFunction funcs_faju03[1] = { &ufunc_loop_faju03 };
>       |                                                       ^
> erfa/ufunc.c:9920:55: note: (near initialization for ‘funcs_faju03[0]’)
> erfa/ufunc.c:9922:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9922 |     static PyUFuncGenericFunction funcs_fal03[1] = { &ufunc_loop_fal03 };
>       |                                                      ^
> erfa/ufunc.c:9922:54: note: (near initialization for ‘funcs_fal03[0]’)
> erfa/ufunc.c:9924:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9924 |     static PyUFuncGenericFunction funcs_falp03[1] = { &ufunc_loop_falp03 };
>       |                                                       ^
> erfa/ufunc.c:9924:55: note: (near initialization for ‘funcs_falp03[0]’)
> erfa/ufunc.c:9926:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9926 |     static PyUFuncGenericFunction funcs_fama03[1] = { &ufunc_loop_fama03 };
>       |                                                       ^
> erfa/ufunc.c:9926:55: note: (near initialization for ‘funcs_fama03[0]’)
> erfa/ufunc.c:9928:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9928 |     static PyUFuncGenericFunction funcs_fame03[1] = { &ufunc_loop_fame03 };
>       |                                                       ^
> erfa/ufunc.c:9928:55: note: (near initialization for ‘funcs_fame03[0]’)
> erfa/ufunc.c:9930:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9930 |     static PyUFuncGenericFunction funcs_fane03[1] = { &ufunc_loop_fane03 };
>       |                                                       ^
> erfa/ufunc.c:9930:55: note: (near initialization for ‘funcs_fane03[0]’)
> erfa/ufunc.c:9932:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9932 |     static PyUFuncGenericFunction funcs_faom03[1] = { &ufunc_loop_faom03 };
>       |                                                       ^
> erfa/ufunc.c:9932:55: note: (near initialization for ‘funcs_faom03[0]’)
> erfa/ufunc.c:9934:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9934 |     static PyUFuncGenericFunction funcs_fapa03[1] = { &ufunc_loop_fapa03 };
>       |                                                       ^
> erfa/ufunc.c:9934:55: note: (near initialization for ‘funcs_fapa03[0]’)
> erfa/ufunc.c:9936:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9936 |     static PyUFuncGenericFunction funcs_fasa03[1] = { &ufunc_loop_fasa03 };
>       |                                                       ^
> erfa/ufunc.c:9936:55: note: (near initialization for ‘funcs_fasa03[0]’)
> erfa/ufunc.c:9938:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9938 |     static PyUFuncGenericFunction funcs_faur03[1] = { &ufunc_loop_faur03 };
>       |                                                       ^
> erfa/ufunc.c:9938:55: note: (near initialization for ‘funcs_faur03[0]’)
> erfa/ufunc.c:9940:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9940 |     static PyUFuncGenericFunction funcs_fave03[1] = { &ufunc_loop_fave03 };
>       |                                                       ^
> erfa/ufunc.c:9940:55: note: (near initialization for ‘funcs_fave03[0]’)
> erfa/ufunc.c:9942:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9942 |     static PyUFuncGenericFunction funcs_bi00[1] = { &ufunc_loop_bi00 };
>       |                                                     ^
> erfa/ufunc.c:9942:53: note: (near initialization for ‘funcs_bi00[0]’)
> erfa/ufunc.c:9944:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9944 |     static PyUFuncGenericFunction funcs_bp00[1] = { &ufunc_loop_bp00 };
>       |                                                     ^
> erfa/ufunc.c:9944:53: note: (near initialization for ‘funcs_bp00[0]’)
> erfa/ufunc.c:9946:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9946 |     static PyUFuncGenericFunction funcs_bp06[1] = { &ufunc_loop_bp06 };
>       |                                                     ^
> erfa/ufunc.c:9946:53: note: (near initialization for ‘funcs_bp06[0]’)
> erfa/ufunc.c:9948:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9948 |     static PyUFuncGenericFunction funcs_bpn2xy[1] = { &ufunc_loop_bpn2xy };
>       |                                                       ^
> erfa/ufunc.c:9948:55: note: (near initialization for ‘funcs_bpn2xy[0]’)
> erfa/ufunc.c:9950:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9950 |     static PyUFuncGenericFunction funcs_c2i00a[1] = { &ufunc_loop_c2i00a };
>       |                                                       ^
> erfa/ufunc.c:9950:55: note: (near initialization for ‘funcs_c2i00a[0]’)
> erfa/ufunc.c:9952:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9952 |     static PyUFuncGenericFunction funcs_c2i00b[1] = { &ufunc_loop_c2i00b };
>       |                                                       ^
> erfa/ufunc.c:9952:55: note: (near initialization for ‘funcs_c2i00b[0]’)
> erfa/ufunc.c:9954:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9954 |     static PyUFuncGenericFunction funcs_c2i06a[1] = { &ufunc_loop_c2i06a };
>       |                                                       ^
> erfa/ufunc.c:9954:55: note: (near initialization for ‘funcs_c2i06a[0]’)
> erfa/ufunc.c:9956:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9956 |     static PyUFuncGenericFunction funcs_c2ibpn[1] = { &ufunc_loop_c2ibpn };
>       |                                                       ^
> erfa/ufunc.c:9956:55: note: (near initialization for ‘funcs_c2ibpn[0]’)
> erfa/ufunc.c:9958:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9958 |     static PyUFuncGenericFunction funcs_c2ixy[1] = { &ufunc_loop_c2ixy };
>       |                                                      ^
> erfa/ufunc.c:9958:54: note: (near initialization for ‘funcs_c2ixy[0]’)
> erfa/ufunc.c:9960:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9960 |     static PyUFuncGenericFunction funcs_c2ixys[1] = { &ufunc_loop_c2ixys };
>       |                                                       ^
> erfa/ufunc.c:9960:55: note: (near initialization for ‘funcs_c2ixys[0]’)
> erfa/ufunc.c:9962:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9962 |     static PyUFuncGenericFunction funcs_c2t00a[1] = { &ufunc_loop_c2t00a };
>       |                                                       ^
> erfa/ufunc.c:9962:55: note: (near initialization for ‘funcs_c2t00a[0]’)
> erfa/ufunc.c:9964:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9964 |     static PyUFuncGenericFunction funcs_c2t00b[1] = { &ufunc_loop_c2t00b };
>       |                                                       ^
> erfa/ufunc.c:9964:55: note: (near initialization for ‘funcs_c2t00b[0]’)
> erfa/ufunc.c:9966:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9966 |     static PyUFuncGenericFunction funcs_c2t06a[1] = { &ufunc_loop_c2t06a };
>       |                                                       ^
> erfa/ufunc.c:9966:55: note: (near initialization for ‘funcs_c2t06a[0]’)
> erfa/ufunc.c:9968:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9968 |     static PyUFuncGenericFunction funcs_c2tcio[1] = { &ufunc_loop_c2tcio };
>       |                                                       ^
> erfa/ufunc.c:9968:55: note: (near initialization for ‘funcs_c2tcio[0]’)
> erfa/ufunc.c:9970:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9970 |     static PyUFuncGenericFunction funcs_c2teqx[1] = { &ufunc_loop_c2teqx };
>       |                                                       ^
> erfa/ufunc.c:9970:55: note: (near initialization for ‘funcs_c2teqx[0]’)
> erfa/ufunc.c:9972:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9972 |     static PyUFuncGenericFunction funcs_c2tpe[1] = { &ufunc_loop_c2tpe };
>       |                                                      ^
> erfa/ufunc.c:9972:54: note: (near initialization for ‘funcs_c2tpe[0]’)
> erfa/ufunc.c:9974:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9974 |     static PyUFuncGenericFunction funcs_c2txy[1] = { &ufunc_loop_c2txy };
>       |                                                      ^
> erfa/ufunc.c:9974:54: note: (near initialization for ‘funcs_c2txy[0]’)
> erfa/ufunc.c:9976:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9976 |     static PyUFuncGenericFunction funcs_eo06a[1] = { &ufunc_loop_eo06a };
>       |                                                      ^
> erfa/ufunc.c:9976:54: note: (near initialization for ‘funcs_eo06a[0]’)
> erfa/ufunc.c:9978:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9978 |     static PyUFuncGenericFunction funcs_eors[1] = { &ufunc_loop_eors };
>       |                                                     ^
> erfa/ufunc.c:9978:53: note: (near initialization for ‘funcs_eors[0]’)
> erfa/ufunc.c:9980:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9980 |     static PyUFuncGenericFunction funcs_fw2m[1] = { &ufunc_loop_fw2m };
>       |                                                     ^
> erfa/ufunc.c:9980:53: note: (near initialization for ‘funcs_fw2m[0]’)
> erfa/ufunc.c:9982:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9982 |     static PyUFuncGenericFunction funcs_fw2xy[1] = { &ufunc_loop_fw2xy };
>       |                                                      ^
> erfa/ufunc.c:9982:54: note: (near initialization for ‘funcs_fw2xy[0]’)
> erfa/ufunc.c:9984:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9984 |     static PyUFuncGenericFunction funcs_ltp[1] = { &ufunc_loop_ltp };
>       |                                                    ^
> erfa/ufunc.c:9984:52: note: (near initialization for ‘funcs_ltp[0]’)
> erfa/ufunc.c:9986:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9986 |     static PyUFuncGenericFunction funcs_ltpb[1] = { &ufunc_loop_ltpb };
>       |                                                     ^
> erfa/ufunc.c:9986:53: note: (near initialization for ‘funcs_ltpb[0]’)
> erfa/ufunc.c:9988:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9988 |     static PyUFuncGenericFunction funcs_ltpecl[1] = { &ufunc_loop_ltpecl };
>       |                                                       ^
> erfa/ufunc.c:9988:55: note: (near initialization for ‘funcs_ltpecl[0]’)
> erfa/ufunc.c:9990:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9990 |     static PyUFuncGenericFunction funcs_ltpequ[1] = { &ufunc_loop_ltpequ };
>       |                                                       ^
> erfa/ufunc.c:9990:55: note: (near initialization for ‘funcs_ltpequ[0]’)
> erfa/ufunc.c:9992:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9992 |     static PyUFuncGenericFunction funcs_num00a[1] = { &ufunc_loop_num00a };
>       |                                                       ^
> erfa/ufunc.c:9992:55: note: (near initialization for ‘funcs_num00a[0]’)
> erfa/ufunc.c:9994:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9994 |     static PyUFuncGenericFunction funcs_num00b[1] = { &ufunc_loop_num00b };
>       |                                                       ^
> erfa/ufunc.c:9994:55: note: (near initialization for ‘funcs_num00b[0]’)
> erfa/ufunc.c:9996:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9996 |     static PyUFuncGenericFunction funcs_num06a[1] = { &ufunc_loop_num06a };
>       |                                                       ^
> erfa/ufunc.c:9996:55: note: (near initialization for ‘funcs_num06a[0]’)
> erfa/ufunc.c:9998:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9998 |     static PyUFuncGenericFunction funcs_numat[1] = { &ufunc_loop_numat };
>       |                                                      ^
> erfa/ufunc.c:9998:54: note: (near initialization for ‘funcs_numat[0]’)
> erfa/ufunc.c:10000:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10000 |     static PyUFuncGenericFunction funcs_nut00a[1] = { &ufunc_loop_nut00a };
>       |                                                       ^
> erfa/ufunc.c:10000:55: note: (near initialization for ‘funcs_nut00a[0]’)
> erfa/ufunc.c:10002:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10002 |     static PyUFuncGenericFunction funcs_nut00b[1] = { &ufunc_loop_nut00b };
>       |                                                       ^
> erfa/ufunc.c:10002:55: note: (near initialization for ‘funcs_nut00b[0]’)
> erfa/ufunc.c:10004:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10004 |     static PyUFuncGenericFunction funcs_nut06a[1] = { &ufunc_loop_nut06a };
>       |                                                       ^
> erfa/ufunc.c:10004:55: note: (near initialization for ‘funcs_nut06a[0]’)
> erfa/ufunc.c:10006:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10006 |     static PyUFuncGenericFunction funcs_nut80[1] = { &ufunc_loop_nut80 };
>       |                                                      ^
> erfa/ufunc.c:10006:54: note: (near initialization for ‘funcs_nut80[0]’)
> erfa/ufunc.c:10008:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10008 |     static PyUFuncGenericFunction funcs_nutm80[1] = { &ufunc_loop_nutm80 };
>       |                                                       ^
> erfa/ufunc.c:10008:55: note: (near initialization for ‘funcs_nutm80[0]’)
> erfa/ufunc.c:10010:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10010 |     static PyUFuncGenericFunction funcs_obl06[1] = { &ufunc_loop_obl06 };
>       |                                                      ^
> erfa/ufunc.c:10010:54: note: (near initialization for ‘funcs_obl06[0]’)
> erfa/ufunc.c:10012:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10012 |     static PyUFuncGenericFunction funcs_obl80[1] = { &ufunc_loop_obl80 };
>       |                                                      ^
> erfa/ufunc.c:10012:54: note: (near initialization for ‘funcs_obl80[0]’)
> erfa/ufunc.c:10014:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10014 |     static PyUFuncGenericFunction funcs_p06e[1] = { &ufunc_loop_p06e };
>       |                                                     ^
> erfa/ufunc.c:10014:53: note: (near initialization for ‘funcs_p06e[0]’)
> erfa/ufunc.c:10016:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10016 |     static PyUFuncGenericFunction funcs_pb06[1] = { &ufunc_loop_pb06 };
>       |                                                     ^
> erfa/ufunc.c:10016:53: note: (near initialization for ‘funcs_pb06[0]’)
> erfa/ufunc.c:10018:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10018 |     static PyUFuncGenericFunction funcs_pfw06[1] = { &ufunc_loop_pfw06 };
>       |                                                      ^
> erfa/ufunc.c:10018:54: note: (near initialization for ‘funcs_pfw06[0]’)
> erfa/ufunc.c:10020:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10020 |     static PyUFuncGenericFunction funcs_pmat00[1] = { &ufunc_loop_pmat00 };
>       |                                                       ^
> erfa/ufunc.c:10020:55: note: (near initialization for ‘funcs_pmat00[0]’)
> erfa/ufunc.c:10022:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10022 |     static PyUFuncGenericFunction funcs_pmat06[1] = { &ufunc_loop_pmat06 };
>       |                                                       ^
> erfa/ufunc.c:10022:55: note: (near initialization for ‘funcs_pmat06[0]’)
> erfa/ufunc.c:10024:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10024 |     static PyUFuncGenericFunction funcs_pmat76[1] = { &ufunc_loop_pmat76 };
>       |                                                       ^
> erfa/ufunc.c:10024:55: note: (near initialization for ‘funcs_pmat76[0]’)
> erfa/ufunc.c:10026:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10026 |     static PyUFuncGenericFunction funcs_pn00[1] = { &ufunc_loop_pn00 };
>       |                                                     ^
> erfa/ufunc.c:10026:53: note: (near initialization for ‘funcs_pn00[0]’)
> erfa/ufunc.c:10028:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10028 |     static PyUFuncGenericFunction funcs_pn00a[1] = { &ufunc_loop_pn00a };
>       |                                                      ^
> erfa/ufunc.c:10028:54: note: (near initialization for ‘funcs_pn00a[0]’)
> erfa/ufunc.c:10030:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10030 |     static PyUFuncGenericFunction funcs_pn00b[1] = { &ufunc_loop_pn00b };
>       |                                                      ^
> erfa/ufunc.c:10030:54: note: (near initialization for ‘funcs_pn00b[0]’)
> erfa/ufunc.c:10032:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10032 |     static PyUFuncGenericFunction funcs_pn06[1] = { &ufunc_loop_pn06 };
>       |                                                     ^
> erfa/ufunc.c:10032:53: note: (near initialization for ‘funcs_pn06[0]’)
> erfa/ufunc.c:10034:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10034 |     static PyUFuncGenericFunction funcs_pn06a[1] = { &ufunc_loop_pn06a };
>       |                                                      ^
> erfa/ufunc.c:10034:54: note: (near initialization for ‘funcs_pn06a[0]’)
> erfa/ufunc.c:10036:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10036 |     static PyUFuncGenericFunction funcs_pnm00a[1] = { &ufunc_loop_pnm00a };
>       |                                                       ^
> erfa/ufunc.c:10036:55: note: (near initialization for ‘funcs_pnm00a[0]’)
> erfa/ufunc.c:10038:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10038 |     static PyUFuncGenericFunction funcs_pnm00b[1] = { &ufunc_loop_pnm00b };
>       |                                                       ^
> erfa/ufunc.c:10038:55: note: (near initialization for ‘funcs_pnm00b[0]’)
> erfa/ufunc.c:10040:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10040 |     static PyUFuncGenericFunction funcs_pnm06a[1] = { &ufunc_loop_pnm06a };
>       |                                                       ^
> erfa/ufunc.c:10040:55: note: (near initialization for ‘funcs_pnm06a[0]’)
> erfa/ufunc.c:10042:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10042 |     static PyUFuncGenericFunction funcs_pnm80[1] = { &ufunc_loop_pnm80 };
>       |                                                      ^
> erfa/ufunc.c:10042:54: note: (near initialization for ‘funcs_pnm80[0]’)
> erfa/ufunc.c:10044:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10044 |     static PyUFuncGenericFunction funcs_pom00[1] = { &ufunc_loop_pom00 };
>       |                                                      ^
> erfa/ufunc.c:10044:54: note: (near initialization for ‘funcs_pom00[0]’)
> erfa/ufunc.c:10046:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10046 |     static PyUFuncGenericFunction funcs_pr00[1] = { &ufunc_loop_pr00 };
>       |                                                     ^
> erfa/ufunc.c:10046:53: note: (near initialization for ‘funcs_pr00[0]’)
> erfa/ufunc.c:10048:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10048 |     static PyUFuncGenericFunction funcs_prec76[1] = { &ufunc_loop_prec76 };
>       |                                                       ^
> erfa/ufunc.c:10048:55: note: (near initialization for ‘funcs_prec76[0]’)
> erfa/ufunc.c:10050:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10050 |     static PyUFuncGenericFunction funcs_s00[1] = { &ufunc_loop_s00 };
>       |                                                    ^
> erfa/ufunc.c:10050:52: note: (near initialization for ‘funcs_s00[0]’)
> erfa/ufunc.c:10052:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10052 |     static PyUFuncGenericFunction funcs_s00a[1] = { &ufunc_loop_s00a };
>       |                                                     ^
> erfa/ufunc.c:10052:53: note: (near initialization for ‘funcs_s00a[0]’)
> erfa/ufunc.c:10054:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10054 |     static PyUFuncGenericFunction funcs_s00b[1] = { &ufunc_loop_s00b };
>       |                                                     ^
> erfa/ufunc.c:10054:53: note: (near initialization for ‘funcs_s00b[0]’)
> erfa/ufunc.c:10056:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10056 |     static PyUFuncGenericFunction funcs_s06[1] = { &ufunc_loop_s06 };
>       |                                                    ^
> erfa/ufunc.c:10056:52: note: (near initialization for ‘funcs_s06[0]’)
> erfa/ufunc.c:10058:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10058 |     static PyUFuncGenericFunction funcs_s06a[1] = { &ufunc_loop_s06a };
>       |                                                     ^
> erfa/ufunc.c:10058:53: note: (near initialization for ‘funcs_s06a[0]’)
> erfa/ufunc.c:10060:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10060 |     static PyUFuncGenericFunction funcs_sp00[1] = { &ufunc_loop_sp00 };
>       |                                                     ^
> erfa/ufunc.c:10060:53: note: (near initialization for ‘funcs_sp00[0]’)
> erfa/ufunc.c:10062:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10062 |     static PyUFuncGenericFunction funcs_xy06[1] = { &ufunc_loop_xy06 };
>       |                                                     ^
> erfa/ufunc.c:10062:53: note: (near initialization for ‘funcs_xy06[0]’)
> erfa/ufunc.c:10064:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10064 |     static PyUFuncGenericFunction funcs_xys00a[1] = { &ufunc_loop_xys00a };
>       |                                                       ^
> erfa/ufunc.c:10064:55: note: (near initialization for ‘funcs_xys00a[0]’)
> erfa/ufunc.c:10066:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10066 |     static PyUFuncGenericFunction funcs_xys00b[1] = { &ufunc_loop_xys00b };
>       |                                                       ^
> erfa/ufunc.c:10066:55: note: (near initialization for ‘funcs_xys00b[0]’)
> erfa/ufunc.c:10068:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10068 |     static PyUFuncGenericFunction funcs_xys06a[1] = { &ufunc_loop_xys06a };
>       |                                                       ^
> erfa/ufunc.c:10068:55: note: (near initialization for ‘funcs_xys06a[0]’)
> erfa/ufunc.c:10070:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10070 |     static PyUFuncGenericFunction funcs_ee00[1] = { &ufunc_loop_ee00 };
>       |                                                     ^
> erfa/ufunc.c:10070:53: note: (near initialization for ‘funcs_ee00[0]’)
> erfa/ufunc.c:10072:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10072 |     static PyUFuncGenericFunction funcs_ee00a[1] = { &ufunc_loop_ee00a };
>       |                                                      ^
> erfa/ufunc.c:10072:54: note: (near initialization for ‘funcs_ee00a[0]’)
> erfa/ufunc.c:10074:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10074 |     static PyUFuncGenericFunction funcs_ee00b[1] = { &ufunc_loop_ee00b };
>       |                                                      ^
> erfa/ufunc.c:10074:54: note: (near initialization for ‘funcs_ee00b[0]’)
> erfa/ufunc.c:10076:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10076 |     static PyUFuncGenericFunction funcs_ee06a[1] = { &ufunc_loop_ee06a };
>       |                                                      ^
> erfa/ufunc.c:10076:54: note: (near initialization for ‘funcs_ee06a[0]’)
> erfa/ufunc.c:10078:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10078 |     static PyUFuncGenericFunction funcs_eect00[1] = { &ufunc_loop_eect00 };
>       |                                                       ^
> erfa/ufunc.c:10078:55: note: (near initialization for ‘funcs_eect00[0]’)
> erfa/ufunc.c:10080:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10080 |     static PyUFuncGenericFunction funcs_eqeq94[1] = { &ufunc_loop_eqeq94 };
>       |                                                       ^
> erfa/ufunc.c:10080:55: note: (near initialization for ‘funcs_eqeq94[0]’)
> erfa/ufunc.c:10082:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10082 |     static PyUFuncGenericFunction funcs_era00[1] = { &ufunc_loop_era00 };
>       |                                                      ^
> erfa/ufunc.c:10082:54: note: (near initialization for ‘funcs_era00[0]’)
> erfa/ufunc.c:10084:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10084 |     static PyUFuncGenericFunction funcs_gmst00[1] = { &ufunc_loop_gmst00 };
>       |                                                       ^
> erfa/ufunc.c:10084:55: note: (near initialization for ‘funcs_gmst00[0]’)
> erfa/ufunc.c:10086:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10086 |     static PyUFuncGenericFunction funcs_gmst06[1] = { &ufunc_loop_gmst06 };
>       |                                                       ^
> erfa/ufunc.c:10086:55: note: (near initialization for ‘funcs_gmst06[0]’)
> erfa/ufunc.c:10088:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10088 |     static PyUFuncGenericFunction funcs_gmst82[1] = { &ufunc_loop_gmst82 };
>       |                                                       ^
> erfa/ufunc.c:10088:55: note: (near initialization for ‘funcs_gmst82[0]’)
> erfa/ufunc.c:10090:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10090 |     static PyUFuncGenericFunction funcs_gst00a[1] = { &ufunc_loop_gst00a };
>       |                                                       ^
> erfa/ufunc.c:10090:55: note: (near initialization for ‘funcs_gst00a[0]’)
> erfa/ufunc.c:10092:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10092 |     static PyUFuncGenericFunction funcs_gst00b[1] = { &ufunc_loop_gst00b };
>       |                                                       ^
> erfa/ufunc.c:10092:55: note: (near initialization for ‘funcs_gst00b[0]’)
> erfa/ufunc.c:10094:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10094 |     static PyUFuncGenericFunction funcs_gst06[1] = { &ufunc_loop_gst06 };
>       |                                                      ^
> erfa/ufunc.c:10094:54: note: (near initialization for ‘funcs_gst06[0]’)
> erfa/ufunc.c:10096:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10096 |     static PyUFuncGenericFunction funcs_gst06a[1] = { &ufunc_loop_gst06a };
>       |                                                       ^
> erfa/ufunc.c:10096:55: note: (near initialization for ‘funcs_gst06a[0]’)
> erfa/ufunc.c:10098:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10098 |     static PyUFuncGenericFunction funcs_gst94[1] = { &ufunc_loop_gst94 };
>       |                                                      ^
> erfa/ufunc.c:10098:54: note: (near initialization for ‘funcs_gst94[0]’)
> erfa/ufunc.c:10100:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10100 |     static PyUFuncGenericFunction funcs_fk425[1] = { &ufunc_loop_fk425 };
>       |                                                      ^
> erfa/ufunc.c:10100:54: note: (near initialization for ‘funcs_fk425[0]’)
> erfa/ufunc.c:10102:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10102 |     static PyUFuncGenericFunction funcs_fk45z[1] = { &ufunc_loop_fk45z };
>       |                                                      ^
> erfa/ufunc.c:10102:54: note: (near initialization for ‘funcs_fk45z[0]’)
> erfa/ufunc.c:10104:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10104 |     static PyUFuncGenericFunction funcs_fk524[1] = { &ufunc_loop_fk524 };
>       |                                                      ^
> erfa/ufunc.c:10104:54: note: (near initialization for ‘funcs_fk524[0]’)
> erfa/ufunc.c:10106:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10106 |     static PyUFuncGenericFunction funcs_fk52h[1] = { &ufunc_loop_fk52h };
>       |                                                      ^
> erfa/ufunc.c:10106:54: note: (near initialization for ‘funcs_fk52h[0]’)
> erfa/ufunc.c:10108:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10108 |     static PyUFuncGenericFunction funcs_fk54z[1] = { &ufunc_loop_fk54z };
>       |                                                      ^
> erfa/ufunc.c:10108:54: note: (near initialization for ‘funcs_fk54z[0]’)
> erfa/ufunc.c:10110:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10110 |     static PyUFuncGenericFunction funcs_fk5hip[1] = { &ufunc_loop_fk5hip };
>       |                                                       ^
> erfa/ufunc.c:10110:55: note: (near initialization for ‘funcs_fk5hip[0]’)
> erfa/ufunc.c:10112:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10112 |     static PyUFuncGenericFunction funcs_fk5hz[1] = { &ufunc_loop_fk5hz };
>       |                                                      ^
> erfa/ufunc.c:10112:54: note: (near initialization for ‘funcs_fk5hz[0]’)
> erfa/ufunc.c:10114:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10114 |     static PyUFuncGenericFunction funcs_h2fk5[1] = { &ufunc_loop_h2fk5 };
>       |                                                      ^
> erfa/ufunc.c:10114:54: note: (near initialization for ‘funcs_h2fk5[0]’)
> erfa/ufunc.c:10116:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10116 |     static PyUFuncGenericFunction funcs_hfk5z[1] = { &ufunc_loop_hfk5z };
>       |                                                      ^
> erfa/ufunc.c:10116:54: note: (near initialization for ‘funcs_hfk5z[0]’)
> erfa/ufunc.c:10118:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10118 |     static PyUFuncGenericFunction funcs_starpm[1] = { &ufunc_loop_starpm };
>       |                                                       ^
> erfa/ufunc.c:10118:55: note: (near initialization for ‘funcs_starpm[0]’)
> erfa/ufunc.c:10120:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10120 |     static PyUFuncGenericFunction funcs_eceq06[1] = { &ufunc_loop_eceq06 };
>       |                                                       ^
> erfa/ufunc.c:10120:55: note: (near initialization for ‘funcs_eceq06[0]’)
> erfa/ufunc.c:10122:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10122 |     static PyUFuncGenericFunction funcs_ecm06[1] = { &ufunc_loop_ecm06 };
>       |                                                      ^
> erfa/ufunc.c:10122:54: note: (near initialization for ‘funcs_ecm06[0]’)
> erfa/ufunc.c:10124:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10124 |     static PyUFuncGenericFunction funcs_eqec06[1] = { &ufunc_loop_eqec06 };
>       |                                                       ^
> erfa/ufunc.c:10124:55: note: (near initialization for ‘funcs_eqec06[0]’)
> erfa/ufunc.c:10126:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10126 |     static PyUFuncGenericFunction funcs_lteceq[1] = { &ufunc_loop_lteceq };
>       |                                                       ^
> erfa/ufunc.c:10126:55: note: (near initialization for ‘funcs_lteceq[0]’)
> erfa/ufunc.c:10128:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10128 |     static PyUFuncGenericFunction funcs_ltecm[1] = { &ufunc_loop_ltecm };
>       |                                                      ^
> erfa/ufunc.c:10128:54: note: (near initialization for ‘funcs_ltecm[0]’)
> erfa/ufunc.c:10130:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10130 |     static PyUFuncGenericFunction funcs_lteqec[1] = { &ufunc_loop_lteqec };
>       |                                                       ^
> erfa/ufunc.c:10130:55: note: (near initialization for ‘funcs_lteqec[0]’)
> erfa/ufunc.c:10132:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10132 |     static PyUFuncGenericFunction funcs_g2icrs[1] = { &ufunc_loop_g2icrs };
>       |                                                       ^
> erfa/ufunc.c:10132:55: note: (near initialization for ‘funcs_g2icrs[0]’)
> erfa/ufunc.c:10134:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10134 |     static PyUFuncGenericFunction funcs_icrs2g[1] = { &ufunc_loop_icrs2g };
>       |                                                       ^
> erfa/ufunc.c:10134:55: note: (near initialization for ‘funcs_icrs2g[0]’)
> erfa/ufunc.c:10136:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10136 |     static PyUFuncGenericFunction funcs_eform[1] = { &ufunc_loop_eform };
>       |                                                      ^
> erfa/ufunc.c:10136:54: note: (near initialization for ‘funcs_eform[0]’)
> erfa/ufunc.c:10138:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10138 |     static PyUFuncGenericFunction funcs_gc2gd[1] = { &ufunc_loop_gc2gd };
>       |                                                      ^
> erfa/ufunc.c:10138:54: note: (near initialization for ‘funcs_gc2gd[0]’)
> erfa/ufunc.c:10140:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10140 |     static PyUFuncGenericFunction funcs_gc2gde[1] = { &ufunc_loop_gc2gde };
>       |                                                       ^
> erfa/ufunc.c:10140:55: note: (near initialization for ‘funcs_gc2gde[0]’)
> erfa/ufunc.c:10142:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10142 |     static PyUFuncGenericFunction funcs_gd2gc[1] = { &ufunc_loop_gd2gc };
>       |                                                      ^
> erfa/ufunc.c:10142:54: note: (near initialization for ‘funcs_gd2gc[0]’)
> erfa/ufunc.c:10144:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10144 |     static PyUFuncGenericFunction funcs_gd2gce[1] = { &ufunc_loop_gd2gce };
>       |                                                       ^
> erfa/ufunc.c:10144:55: note: (near initialization for ‘funcs_gd2gce[0]’)
> erfa/ufunc.c:10146:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10146 |     static PyUFuncGenericFunction funcs_dat[1] = { &ufunc_loop_dat };
>       |                                                    ^
> erfa/ufunc.c:10146:52: note: (near initialization for ‘funcs_dat[0]’)
> erfa/ufunc.c:10148:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10148 |     static PyUFuncGenericFunction funcs_dtdb[1] = { &ufunc_loop_dtdb };
>       |                                                     ^
> erfa/ufunc.c:10148:53: note: (near initialization for ‘funcs_dtdb[0]’)
> erfa/ufunc.c:10150:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10150 |     static PyUFuncGenericFunction funcs_taitt[1] = { &ufunc_loop_taitt };
>       |                                                      ^
> erfa/ufunc.c:10150:54: note: (near initialization for ‘funcs_taitt[0]’)
> erfa/ufunc.c:10152:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10152 |     static PyUFuncGenericFunction funcs_taiut1[1] = { &ufunc_loop_taiut1 };
>       |                                                       ^
> erfa/ufunc.c:10152:55: note: (near initialization for ‘funcs_taiut1[0]’)
> erfa/ufunc.c:10154:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10154 |     static PyUFuncGenericFunction funcs_taiutc[1] = { &ufunc_loop_taiutc };
>       |                                                       ^
> erfa/ufunc.c:10154:55: note: (near initialization for ‘funcs_taiutc[0]’)
> erfa/ufunc.c:10156:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10156 |     static PyUFuncGenericFunction funcs_tcbtdb[1] = { &ufunc_loop_tcbtdb };
>       |                                                       ^
> erfa/ufunc.c:10156:55: note: (near initialization for ‘funcs_tcbtdb[0]’)
> erfa/ufunc.c:10158:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10158 |     static PyUFuncGenericFunction funcs_tcgtt[1] = { &ufunc_loop_tcgtt };
>       |                                                      ^
> erfa/ufunc.c:10158:54: note: (near initialization for ‘funcs_tcgtt[0]’)
> erfa/ufunc.c:10160:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10160 |     static PyUFuncGenericFunction funcs_tdbtcb[1] = { &ufunc_loop_tdbtcb };
>       |                                                       ^
> erfa/ufunc.c:10160:55: note: (near initialization for ‘funcs_tdbtcb[0]’)
> erfa/ufunc.c:10162:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10162 |     static PyUFuncGenericFunction funcs_tdbtt[1] = { &ufunc_loop_tdbtt };
>       |                                                      ^
> erfa/ufunc.c:10162:54: note: (near initialization for ‘funcs_tdbtt[0]’)
> erfa/ufunc.c:10164:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10164 |     static PyUFuncGenericFunction funcs_tttai[1] = { &ufunc_loop_tttai };
>       |                                                      ^
> erfa/ufunc.c:10164:54: note: (near initialization for ‘funcs_tttai[0]’)
> erfa/ufunc.c:10166:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10166 |     static PyUFuncGenericFunction funcs_tttcg[1] = { &ufunc_loop_tttcg };
>       |                                                      ^
> erfa/ufunc.c:10166:54: note: (near initialization for ‘funcs_tttcg[0]’)
> erfa/ufunc.c:10168:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10168 |     static PyUFuncGenericFunction funcs_tttdb[1] = { &ufunc_loop_tttdb };
>       |                                                      ^
> erfa/ufunc.c:10168:54: note: (near initialization for ‘funcs_tttdb[0]’)
> erfa/ufunc.c:10170:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10170 |     static PyUFuncGenericFunction funcs_ttut1[1] = { &ufunc_loop_ttut1 };
>       |                                                      ^
> erfa/ufunc.c:10170:54: note: (near initialization for ‘funcs_ttut1[0]’)
> erfa/ufunc.c:10172:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10172 |     static PyUFuncGenericFunction funcs_ut1tai[1] = { &ufunc_loop_ut1tai };
>       |                                                       ^
> erfa/ufunc.c:10172:55: note: (near initialization for ‘funcs_ut1tai[0]’)
> erfa/ufunc.c:10174:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10174 |     static PyUFuncGenericFunction funcs_ut1tt[1] = { &ufunc_loop_ut1tt };
>       |                                                      ^
> erfa/ufunc.c:10174:54: note: (near initialization for ‘funcs_ut1tt[0]’)
> erfa/ufunc.c:10176:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10176 |     static PyUFuncGenericFunction funcs_ut1utc[1] = { &ufunc_loop_ut1utc };
>       |                                                       ^
> erfa/ufunc.c:10176:55: note: (near initialization for ‘funcs_ut1utc[0]’)
> erfa/ufunc.c:10178:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10178 |     static PyUFuncGenericFunction funcs_utctai[1] = { &ufunc_loop_utctai };
>       |                                                       ^
> erfa/ufunc.c:10178:55: note: (near initialization for ‘funcs_utctai[0]’)
> erfa/ufunc.c:10180:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10180 |     static PyUFuncGenericFunction funcs_utcut1[1] = { &ufunc_loop_utcut1 };
>       |                                                       ^
> erfa/ufunc.c:10180:55: note: (near initialization for ‘funcs_utcut1[0]’)
> erfa/ufunc.c:10182:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10182 |     static PyUFuncGenericFunction funcs_ae2hd[1] = { &ufunc_loop_ae2hd };
>       |                                                      ^
> erfa/ufunc.c:10182:54: note: (near initialization for ‘funcs_ae2hd[0]’)
> erfa/ufunc.c:10184:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10184 |     static PyUFuncGenericFunction funcs_hd2ae[1] = { &ufunc_loop_hd2ae };
>       |                                                      ^
> erfa/ufunc.c:10184:54: note: (near initialization for ‘funcs_hd2ae[0]’)
> erfa/ufunc.c:10186:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10186 |     static PyUFuncGenericFunction funcs_hd2pa[1] = { &ufunc_loop_hd2pa };
>       |                                                      ^
> erfa/ufunc.c:10186:54: note: (near initialization for ‘funcs_hd2pa[0]’)
> erfa/ufunc.c:10188:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10188 |     static PyUFuncGenericFunction funcs_tpors[1] = { &ufunc_loop_tpors };
>       |                                                      ^
> erfa/ufunc.c:10188:54: note: (near initialization for ‘funcs_tpors[0]’)
> erfa/ufunc.c:10190:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10190 |     static PyUFuncGenericFunction funcs_tporv[1] = { &ufunc_loop_tporv };
>       |                                                      ^
> erfa/ufunc.c:10190:54: note: (near initialization for ‘funcs_tporv[0]’)
> erfa/ufunc.c:10192:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10192 |     static PyUFuncGenericFunction funcs_tpsts[1] = { &ufunc_loop_tpsts };
>       |                                                      ^
> erfa/ufunc.c:10192:54: note: (near initialization for ‘funcs_tpsts[0]’)
> erfa/ufunc.c:10194:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10194 |     static PyUFuncGenericFunction funcs_tpstv[1] = { &ufunc_loop_tpstv };
>       |                                                      ^
> erfa/ufunc.c:10194:54: note: (near initialization for ‘funcs_tpstv[0]’)
> erfa/ufunc.c:10196:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10196 |     static PyUFuncGenericFunction funcs_tpxes[1] = { &ufunc_loop_tpxes };
>       |                                                      ^
> erfa/ufunc.c:10196:54: note: (near initialization for ‘funcs_tpxes[0]’)
> erfa/ufunc.c:10198:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10198 |     static PyUFuncGenericFunction funcs_tpxev[1] = { &ufunc_loop_tpxev };
>       |                                                      ^
> erfa/ufunc.c:10198:54: note: (near initialization for ‘funcs_tpxev[0]’)
> erfa/ufunc.c:10200:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10200 |     static PyUFuncGenericFunction funcs_anp[1] = { &ufunc_loop_anp };
>       |                                                    ^
> erfa/ufunc.c:10200:52: note: (near initialization for ‘funcs_anp[0]’)
> erfa/ufunc.c:10202:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10202 |     static PyUFuncGenericFunction funcs_anpm[1] = { &ufunc_loop_anpm };
>       |                                                     ^
> erfa/ufunc.c:10202:53: note: (near initialization for ‘funcs_anpm[0]’)
> erfa/ufunc.c:10204:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10204 |     static PyUFuncGenericFunction funcs_rx[1] = { &ufunc_loop_rx };
>       |                                                   ^
> erfa/ufunc.c:10204:51: note: (near initialization for ‘funcs_rx[0]’)
> erfa/ufunc.c:10206:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10206 |     static PyUFuncGenericFunction funcs_ry[1] = { &ufunc_loop_ry };
>       |                                                   ^
> erfa/ufunc.c:10206:51: note: (near initialization for ‘funcs_ry[0]’)
> erfa/ufunc.c:10208:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10208 |     static PyUFuncGenericFunction funcs_rz[1] = { &ufunc_loop_rz };
>       |                                                   ^
> erfa/ufunc.c:10208:51: note: (near initialization for ‘funcs_rz[0]’)
> erfa/ufunc.c:10210:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10210 |     static PyUFuncGenericFunction funcs_cp[1] = { &ufunc_loop_cp };
>       |                                                   ^
> erfa/ufunc.c:10210:51: note: (near initialization for ‘funcs_cp[0]’)
> erfa/ufunc.c:10212:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10212 |     static PyUFuncGenericFunction funcs_cr[1] = { &ufunc_loop_cr };
>       |                                                   ^
> erfa/ufunc.c:10212:51: note: (near initialization for ‘funcs_cr[0]’)
> erfa/ufunc.c:10214:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10214 |     static PyUFuncGenericFunction funcs_ir[1] = { &ufunc_loop_ir };
>       |                                                   ^
> erfa/ufunc.c:10214:51: note: (near initialization for ‘funcs_ir[0]’)
> erfa/ufunc.c:10216:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10216 |     static PyUFuncGenericFunction funcs_zp[1] = { &ufunc_loop_zp };
>       |                                                   ^
> erfa/ufunc.c:10216:51: note: (near initialization for ‘funcs_zp[0]’)
> erfa/ufunc.c:10218:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10218 |     static PyUFuncGenericFunction funcs_zr[1] = { &ufunc_loop_zr };
>       |                                                   ^
> erfa/ufunc.c:10218:51: note: (near initialization for ‘funcs_zr[0]’)
> erfa/ufunc.c:10220:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10220 |     static PyUFuncGenericFunction funcs_rxr[1] = { &ufunc_loop_rxr };
>       |                                                    ^
> erfa/ufunc.c:10220:52: note: (near initialization for ‘funcs_rxr[0]’)
> erfa/ufunc.c:10222:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10222 |     static PyUFuncGenericFunction funcs_tr[1] = { &ufunc_loop_tr };
>       |                                                   ^
> erfa/ufunc.c:10222:51: note: (near initialization for ‘funcs_tr[0]’)
> erfa/ufunc.c:10224:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10224 |     static PyUFuncGenericFunction funcs_rxp[1] = { &ufunc_loop_rxp };
>       |                                                    ^
> erfa/ufunc.c:10224:52: note: (near initialization for ‘funcs_rxp[0]’)
> erfa/ufunc.c:10226:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10226 |     static PyUFuncGenericFunction funcs_trxp[1] = { &ufunc_loop_trxp };
>       |                                                     ^
> erfa/ufunc.c:10226:53: note: (near initialization for ‘funcs_trxp[0]’)
> erfa/ufunc.c:10228:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10228 |     static PyUFuncGenericFunction funcs_rm2v[1] = { &ufunc_loop_rm2v };
>       |                                                     ^
> erfa/ufunc.c:10228:53: note: (near initialization for ‘funcs_rm2v[0]’)
> erfa/ufunc.c:10230:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10230 |     static PyUFuncGenericFunction funcs_rv2m[1] = { &ufunc_loop_rv2m };
>       |                                                     ^
> erfa/ufunc.c:10230:53: note: (near initialization for ‘funcs_rv2m[0]’)
> erfa/ufunc.c:10232:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10232 |     static PyUFuncGenericFunction funcs_pap[1] = { &ufunc_loop_pap };
>       |                                                    ^
> erfa/ufunc.c:10232:52: note: (near initialization for ‘funcs_pap[0]’)
> erfa/ufunc.c:10234:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10234 |     static PyUFuncGenericFunction funcs_pas[1] = { &ufunc_loop_pas };
>       |                                                    ^
> erfa/ufunc.c:10234:52: note: (near initialization for ‘funcs_pas[0]’)
> erfa/ufunc.c:10236:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10236 |     static PyUFuncGenericFunction funcs_sepp[1] = { &ufunc_loop_sepp };
>       |                                                     ^
> erfa/ufunc.c:10236:53: note: (near initialization for ‘funcs_sepp[0]’)
> erfa/ufunc.c:10238:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10238 |     static PyUFuncGenericFunction funcs_seps[1] = { &ufunc_loop_seps };
>       |                                                     ^
> erfa/ufunc.c:10238:53: note: (near initialization for ‘funcs_seps[0]’)
> erfa/ufunc.c:10240:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10240 |     static PyUFuncGenericFunction funcs_c2s[1] = { &ufunc_loop_c2s };
>       |                                                    ^
> erfa/ufunc.c:10240:52: note: (near initialization for ‘funcs_c2s[0]’)
> erfa/ufunc.c:10242:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10242 |     static PyUFuncGenericFunction funcs_p2s[1] = { &ufunc_loop_p2s };
>       |                                                    ^
> erfa/ufunc.c:10242:52: note: (near initialization for ‘funcs_p2s[0]’)
> erfa/ufunc.c:10244:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10244 |     static PyUFuncGenericFunction funcs_s2c[1] = { &ufunc_loop_s2c };
>       |                                                    ^
> erfa/ufunc.c:10244:52: note: (near initialization for ‘funcs_s2c[0]’)
> erfa/ufunc.c:10246:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10246 |     static PyUFuncGenericFunction funcs_s2p[1] = { &ufunc_loop_s2p };
>       |                                                    ^
> erfa/ufunc.c:10246:52: note: (near initialization for ‘funcs_s2p[0]’)
> erfa/ufunc.c:10248:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10248 |     static PyUFuncGenericFunction funcs_pdp[1] = { &ufunc_loop_pdp };
>       |                                                    ^
> erfa/ufunc.c:10248:52: note: (near initialization for ‘funcs_pdp[0]’)
> erfa/ufunc.c:10250:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10250 |     static PyUFuncGenericFunction funcs_pm[1] = { &ufunc_loop_pm };
>       |                                                   ^
> erfa/ufunc.c:10250:51: note: (near initialization for ‘funcs_pm[0]’)
> erfa/ufunc.c:10252:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10252 |     static PyUFuncGenericFunction funcs_pmp[1] = { &ufunc_loop_pmp };
>       |                                                    ^
> erfa/ufunc.c:10252:52: note: (near initialization for ‘funcs_pmp[0]’)
> erfa/ufunc.c:10254:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10254 |     static PyUFuncGenericFunction funcs_pn[1] = { &ufunc_loop_pn };
>       |                                                   ^
> erfa/ufunc.c:10254:51: note: (near initialization for ‘funcs_pn[0]’)
> erfa/ufunc.c:10256:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10256 |     static PyUFuncGenericFunction funcs_ppp[1] = { &ufunc_loop_ppp };
>       |                                                    ^
> erfa/ufunc.c:10256:52: note: (near initialization for ‘funcs_ppp[0]’)
> erfa/ufunc.c:10258:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10258 |     static PyUFuncGenericFunction funcs_ppsp[1] = { &ufunc_loop_ppsp };
>       |                                                     ^
> erfa/ufunc.c:10258:53: note: (near initialization for ‘funcs_ppsp[0]’)
> erfa/ufunc.c:10260:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10260 |     static PyUFuncGenericFunction funcs_pxp[1] = { &ufunc_loop_pxp };
>       |                                                    ^
> erfa/ufunc.c:10260:52: note: (near initialization for ‘funcs_pxp[0]’)
> erfa/ufunc.c:10262:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10262 |     static PyUFuncGenericFunction funcs_sxp[1] = { &ufunc_loop_sxp };
>       |                                                    ^
> erfa/ufunc.c:10262:52: note: (near initialization for ‘funcs_sxp[0]’)
> erfa/ufunc.c:10490:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10490 |         ufunc_loop_jdcalf, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10490:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10526:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10526 |         ufunc_loop_apcg, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10526:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10548:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10548 |         ufunc_loop_apcg13, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10548:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10575:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10575 |         ufunc_loop_apci, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10575:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10598:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10598 |         ufunc_loop_apci13, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10598:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10634:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10634 |         ufunc_loop_apco, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10634:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10668:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10668 |         ufunc_loop_apco13, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10668:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10693:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10693 |         ufunc_loop_apcs, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10693:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10716:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10716 |         ufunc_loop_apcs13, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10716:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10738:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10738 |         ufunc_loop_aper, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10738:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10761:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10761 |         ufunc_loop_aper13, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10761:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10790:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10790 |         ufunc_loop_apio, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10790:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10823:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10823 |         ufunc_loop_apio13, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10823:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10863:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10863 |         ufunc_loop_atccq, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10863:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10903:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10903 |         ufunc_loop_atciq, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10903:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10932:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10932 |         ufunc_loop_atciqn, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10932:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10956:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10956 |         ufunc_loop_atciqz, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10956:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11004:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11004 |         ufunc_loop_aticq, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11004:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11029:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11029 |         ufunc_loop_aticqn, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11029:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11068:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11068 |         ufunc_loop_atioq, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11068:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11105:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11105 |         ufunc_loop_atoc13, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11105:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11142:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11142 |         ufunc_loop_atoi13, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11142:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11167:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11167 |         ufunc_loop_atoiq, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11167:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11202:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11202 |         ufunc_loop_ldn, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11202:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11265:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11265 |         ufunc_loop_pvtob, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11265:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11301:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11301 |         ufunc_loop_epv00, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11301:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11323:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11323 |         ufunc_loop_moon98, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11323:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11347:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11347 |         ufunc_loop_plan94, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11347:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:12490:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 12490 |         ufunc_loop_pvstar, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:12490:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:12517:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 12517 |         ufunc_loop_starpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:12517:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:12821:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 12821 |         ufunc_loop_d2dtf, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:12821:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:12874:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 12874 |         ufunc_loop_dtf2d, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:12874:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13197:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13197 |         ufunc_loop_a2af, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13197:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13220:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13220 |         ufunc_loop_a2tf, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13220:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13245:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13245 |         ufunc_loop_af2a, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13245:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13292:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13292 |         ufunc_loop_d2tf, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13292:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13317:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13317 |         ufunc_loop_tf2a, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13317:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13342:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13342 |         ufunc_loop_tf2d, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13342:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13411:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13411 |         ufunc_loop_cpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13411:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13444:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13444 |         ufunc_loop_p2pv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13444:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13465:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13465 |         ufunc_loop_pv2p, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13465:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13509:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13509 |         ufunc_loop_zpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13509:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13579:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13579 |         ufunc_loop_rxpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13579:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13613:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13613 |         ufunc_loop_trxpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13613:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13735:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13735 |         ufunc_loop_pv2s, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13735:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13785:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13785 |         ufunc_loop_s2pv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13785:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13879:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13879 |         ufunc_loop_pvdpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13879:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13901:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13901 |         ufunc_loop_pvm, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13901:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13923:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13923 |         ufunc_loop_pvmpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13923:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13945:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13945 |         ufunc_loop_pvppv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13945:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13967:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13967 |         ufunc_loop_pvu, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13967:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13989:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13989 |         ufunc_loop_pvup, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13989:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:14011:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 14011 |         ufunc_loop_pvxpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:14011:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:14046:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 14046 |         ufunc_loop_s2xpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:14046:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:14080:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 14080 |         ufunc_loop_sxpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:14080:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c: In function ‘ErfaUFuncTypeResolver’:
> erfa/ufunc.c:9729:16: warning: dangling pointer ‘types’ to ‘types_array’ may be used [-Wdangling-pointer=]
>  9729 |         return set_ufunc_loop_data_types(ufunc, operands, out_dtypes,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>  9730 |                                          types, dtypes);
>       |                                          ~~~~~~~~~~~~~~
> erfa/ufunc.c:9715:13: note: ‘types_array’ declared here
>  9715 |         int types_array[NPY_MAXARGS];
>       |             ^~~~~~~~~~~
> x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-310/erfa/ufunc.o -L/usr/lib/x86_64-linux-gnu -lerfa -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyerfa/build/erfa/ufunc.cpython-310-x86_64-linux-gnu.so
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
>   warnings.warn(msg, warning_class)
> Using system liberfa
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa
> copying erfa/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa
> copying erfa/core.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa
> copying erfa/helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa
> copying erfa/_version.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa
> copying erfa/version.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa/tests
> copying erfa/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa/tests
> copying erfa/tests/test_ufunc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa/tests
> copying erfa/tests/test_erfa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa/tests
> copying erfa/tests/helper.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa/tests
> running build_ext
> building 'erfa.ufunc' extension
> creating build/temp.linux-x86_64-cpython-311
> creating build/temp.linux-x86_64-cpython-311/erfa
> x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 -c erfa/ufunc.c -o build/temp.linux-x86_64-cpython-311/erfa/ufunc.o
> erfa/ufunc.c: In function ‘PyInit_ufunc’:
> erfa/ufunc.c:9880:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9880 |     static PyUFuncGenericFunction funcs_cal2jd[1] = { &ufunc_loop_cal2jd };
>       |                                                       ^
> erfa/ufunc.c:9880:55: note: (near initialization for ‘funcs_cal2jd[0]’)
> erfa/ufunc.c:9882:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9882 |     static PyUFuncGenericFunction funcs_epb[1] = { &ufunc_loop_epb };
>       |                                                    ^
> erfa/ufunc.c:9882:52: note: (near initialization for ‘funcs_epb[0]’)
> erfa/ufunc.c:9884:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9884 |     static PyUFuncGenericFunction funcs_epb2jd[1] = { &ufunc_loop_epb2jd };
>       |                                                       ^
> erfa/ufunc.c:9884:55: note: (near initialization for ‘funcs_epb2jd[0]’)
> erfa/ufunc.c:9886:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9886 |     static PyUFuncGenericFunction funcs_epj[1] = { &ufunc_loop_epj };
>       |                                                    ^
> erfa/ufunc.c:9886:52: note: (near initialization for ‘funcs_epj[0]’)
> erfa/ufunc.c:9888:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9888 |     static PyUFuncGenericFunction funcs_epj2jd[1] = { &ufunc_loop_epj2jd };
>       |                                                       ^
> erfa/ufunc.c:9888:55: note: (near initialization for ‘funcs_epj2jd[0]’)
> erfa/ufunc.c:9890:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9890 |     static PyUFuncGenericFunction funcs_jd2cal[1] = { &ufunc_loop_jd2cal };
>       |                                                       ^
> erfa/ufunc.c:9890:55: note: (near initialization for ‘funcs_jd2cal[0]’)
> erfa/ufunc.c:9892:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9892 |     static PyUFuncGenericFunction funcs_ab[1] = { &ufunc_loop_ab };
>       |                                                   ^
> erfa/ufunc.c:9892:51: note: (near initialization for ‘funcs_ab[0]’)
> erfa/ufunc.c:9894:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9894 |     static PyUFuncGenericFunction funcs_atcc13[1] = { &ufunc_loop_atcc13 };
>       |                                                       ^
> erfa/ufunc.c:9894:55: note: (near initialization for ‘funcs_atcc13[0]’)
> erfa/ufunc.c:9896:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9896 |     static PyUFuncGenericFunction funcs_atci13[1] = { &ufunc_loop_atci13 };
>       |                                                       ^
> erfa/ufunc.c:9896:55: note: (near initialization for ‘funcs_atci13[0]’)
> erfa/ufunc.c:9898:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9898 |     static PyUFuncGenericFunction funcs_atco13[1] = { &ufunc_loop_atco13 };
>       |                                                       ^
> erfa/ufunc.c:9898:55: note: (near initialization for ‘funcs_atco13[0]’)
> erfa/ufunc.c:9900:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9900 |     static PyUFuncGenericFunction funcs_atic13[1] = { &ufunc_loop_atic13 };
>       |                                                       ^
> erfa/ufunc.c:9900:55: note: (near initialization for ‘funcs_atic13[0]’)
> erfa/ufunc.c:9902:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9902 |     static PyUFuncGenericFunction funcs_atio13[1] = { &ufunc_loop_atio13 };
>       |                                                       ^
> erfa/ufunc.c:9902:55: note: (near initialization for ‘funcs_atio13[0]’)
> erfa/ufunc.c:9904:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9904 |     static PyUFuncGenericFunction funcs_ld[1] = { &ufunc_loop_ld };
>       |                                                   ^
> erfa/ufunc.c:9904:51: note: (near initialization for ‘funcs_ld[0]’)
> erfa/ufunc.c:9906:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9906 |     static PyUFuncGenericFunction funcs_ldsun[1] = { &ufunc_loop_ldsun };
>       |                                                      ^
> erfa/ufunc.c:9906:54: note: (near initialization for ‘funcs_ldsun[0]’)
> erfa/ufunc.c:9908:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9908 |     static PyUFuncGenericFunction funcs_pmpx[1] = { &ufunc_loop_pmpx };
>       |                                                     ^
> erfa/ufunc.c:9908:53: note: (near initialization for ‘funcs_pmpx[0]’)
> erfa/ufunc.c:9910:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9910 |     static PyUFuncGenericFunction funcs_pmsafe[1] = { &ufunc_loop_pmsafe };
>       |                                                       ^
> erfa/ufunc.c:9910:55: note: (near initialization for ‘funcs_pmsafe[0]’)
> erfa/ufunc.c:9912:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9912 |     static PyUFuncGenericFunction funcs_refco[1] = { &ufunc_loop_refco };
>       |                                                      ^
> erfa/ufunc.c:9912:54: note: (near initialization for ‘funcs_refco[0]’)
> erfa/ufunc.c:9914:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9914 |     static PyUFuncGenericFunction funcs_fad03[1] = { &ufunc_loop_fad03 };
>       |                                                      ^
> erfa/ufunc.c:9914:54: note: (near initialization for ‘funcs_fad03[0]’)
> erfa/ufunc.c:9916:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9916 |     static PyUFuncGenericFunction funcs_fae03[1] = { &ufunc_loop_fae03 };
>       |                                                      ^
> erfa/ufunc.c:9916:54: note: (near initialization for ‘funcs_fae03[0]’)
> erfa/ufunc.c:9918:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9918 |     static PyUFuncGenericFunction funcs_faf03[1] = { &ufunc_loop_faf03 };
>       |                                                      ^
> erfa/ufunc.c:9918:54: note: (near initialization for ‘funcs_faf03[0]’)
> erfa/ufunc.c:9920:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9920 |     static PyUFuncGenericFunction funcs_faju03[1] = { &ufunc_loop_faju03 };
>       |                                                       ^
> erfa/ufunc.c:9920:55: note: (near initialization for ‘funcs_faju03[0]’)
> erfa/ufunc.c:9922:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9922 |     static PyUFuncGenericFunction funcs_fal03[1] = { &ufunc_loop_fal03 };
>       |                                                      ^
> erfa/ufunc.c:9922:54: note: (near initialization for ‘funcs_fal03[0]’)
> erfa/ufunc.c:9924:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9924 |     static PyUFuncGenericFunction funcs_falp03[1] = { &ufunc_loop_falp03 };
>       |                                                       ^
> erfa/ufunc.c:9924:55: note: (near initialization for ‘funcs_falp03[0]’)
> erfa/ufunc.c:9926:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9926 |     static PyUFuncGenericFunction funcs_fama03[1] = { &ufunc_loop_fama03 };
>       |                                                       ^
> erfa/ufunc.c:9926:55: note: (near initialization for ‘funcs_fama03[0]’)
> erfa/ufunc.c:9928:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9928 |     static PyUFuncGenericFunction funcs_fame03[1] = { &ufunc_loop_fame03 };
>       |                                                       ^
> erfa/ufunc.c:9928:55: note: (near initialization for ‘funcs_fame03[0]’)
> erfa/ufunc.c:9930:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9930 |     static PyUFuncGenericFunction funcs_fane03[1] = { &ufunc_loop_fane03 };
>       |                                                       ^
> erfa/ufunc.c:9930:55: note: (near initialization for ‘funcs_fane03[0]’)
> erfa/ufunc.c:9932:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9932 |     static PyUFuncGenericFunction funcs_faom03[1] = { &ufunc_loop_faom03 };
>       |                                                       ^
> erfa/ufunc.c:9932:55: note: (near initialization for ‘funcs_faom03[0]’)
> erfa/ufunc.c:9934:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9934 |     static PyUFuncGenericFunction funcs_fapa03[1] = { &ufunc_loop_fapa03 };
>       |                                                       ^
> erfa/ufunc.c:9934:55: note: (near initialization for ‘funcs_fapa03[0]’)
> erfa/ufunc.c:9936:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9936 |     static PyUFuncGenericFunction funcs_fasa03[1] = { &ufunc_loop_fasa03 };
>       |                                                       ^
> erfa/ufunc.c:9936:55: note: (near initialization for ‘funcs_fasa03[0]’)
> erfa/ufunc.c:9938:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9938 |     static PyUFuncGenericFunction funcs_faur03[1] = { &ufunc_loop_faur03 };
>       |                                                       ^
> erfa/ufunc.c:9938:55: note: (near initialization for ‘funcs_faur03[0]’)
> erfa/ufunc.c:9940:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9940 |     static PyUFuncGenericFunction funcs_fave03[1] = { &ufunc_loop_fave03 };
>       |                                                       ^
> erfa/ufunc.c:9940:55: note: (near initialization for ‘funcs_fave03[0]’)
> erfa/ufunc.c:9942:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9942 |     static PyUFuncGenericFunction funcs_bi00[1] = { &ufunc_loop_bi00 };
>       |                                                     ^
> erfa/ufunc.c:9942:53: note: (near initialization for ‘funcs_bi00[0]’)
> erfa/ufunc.c:9944:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9944 |     static PyUFuncGenericFunction funcs_bp00[1] = { &ufunc_loop_bp00 };
>       |                                                     ^
> erfa/ufunc.c:9944:53: note: (near initialization for ‘funcs_bp00[0]’)
> erfa/ufunc.c:9946:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9946 |     static PyUFuncGenericFunction funcs_bp06[1] = { &ufunc_loop_bp06 };
>       |                                                     ^
> erfa/ufunc.c:9946:53: note: (near initialization for ‘funcs_bp06[0]’)
> erfa/ufunc.c:9948:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9948 |     static PyUFuncGenericFunction funcs_bpn2xy[1] = { &ufunc_loop_bpn2xy };
>       |                                                       ^
> erfa/ufunc.c:9948:55: note: (near initialization for ‘funcs_bpn2xy[0]’)
> erfa/ufunc.c:9950:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9950 |     static PyUFuncGenericFunction funcs_c2i00a[1] = { &ufunc_loop_c2i00a };
>       |                                                       ^
> erfa/ufunc.c:9950:55: note: (near initialization for ‘funcs_c2i00a[0]’)
> erfa/ufunc.c:9952:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9952 |     static PyUFuncGenericFunction funcs_c2i00b[1] = { &ufunc_loop_c2i00b };
>       |                                                       ^
> erfa/ufunc.c:9952:55: note: (near initialization for ‘funcs_c2i00b[0]’)
> erfa/ufunc.c:9954:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9954 |     static PyUFuncGenericFunction funcs_c2i06a[1] = { &ufunc_loop_c2i06a };
>       |                                                       ^
> erfa/ufunc.c:9954:55: note: (near initialization for ‘funcs_c2i06a[0]’)
> erfa/ufunc.c:9956:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9956 |     static PyUFuncGenericFunction funcs_c2ibpn[1] = { &ufunc_loop_c2ibpn };
>       |                                                       ^
> erfa/ufunc.c:9956:55: note: (near initialization for ‘funcs_c2ibpn[0]’)
> erfa/ufunc.c:9958:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9958 |     static PyUFuncGenericFunction funcs_c2ixy[1] = { &ufunc_loop_c2ixy };
>       |                                                      ^
> erfa/ufunc.c:9958:54: note: (near initialization for ‘funcs_c2ixy[0]’)
> erfa/ufunc.c:9960:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9960 |     static PyUFuncGenericFunction funcs_c2ixys[1] = { &ufunc_loop_c2ixys };
>       |                                                       ^
> erfa/ufunc.c:9960:55: note: (near initialization for ‘funcs_c2ixys[0]’)
> erfa/ufunc.c:9962:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9962 |     static PyUFuncGenericFunction funcs_c2t00a[1] = { &ufunc_loop_c2t00a };
>       |                                                       ^
> erfa/ufunc.c:9962:55: note: (near initialization for ‘funcs_c2t00a[0]’)
> erfa/ufunc.c:9964:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9964 |     static PyUFuncGenericFunction funcs_c2t00b[1] = { &ufunc_loop_c2t00b };
>       |                                                       ^
> erfa/ufunc.c:9964:55: note: (near initialization for ‘funcs_c2t00b[0]’)
> erfa/ufunc.c:9966:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9966 |     static PyUFuncGenericFunction funcs_c2t06a[1] = { &ufunc_loop_c2t06a };
>       |                                                       ^
> erfa/ufunc.c:9966:55: note: (near initialization for ‘funcs_c2t06a[0]’)
> erfa/ufunc.c:9968:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9968 |     static PyUFuncGenericFunction funcs_c2tcio[1] = { &ufunc_loop_c2tcio };
>       |                                                       ^
> erfa/ufunc.c:9968:55: note: (near initialization for ‘funcs_c2tcio[0]’)
> erfa/ufunc.c:9970:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9970 |     static PyUFuncGenericFunction funcs_c2teqx[1] = { &ufunc_loop_c2teqx };
>       |                                                       ^
> erfa/ufunc.c:9970:55: note: (near initialization for ‘funcs_c2teqx[0]’)
> erfa/ufunc.c:9972:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9972 |     static PyUFuncGenericFunction funcs_c2tpe[1] = { &ufunc_loop_c2tpe };
>       |                                                      ^
> erfa/ufunc.c:9972:54: note: (near initialization for ‘funcs_c2tpe[0]’)
> erfa/ufunc.c:9974:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9974 |     static PyUFuncGenericFunction funcs_c2txy[1] = { &ufunc_loop_c2txy };
>       |                                                      ^
> erfa/ufunc.c:9974:54: note: (near initialization for ‘funcs_c2txy[0]’)
> erfa/ufunc.c:9976:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9976 |     static PyUFuncGenericFunction funcs_eo06a[1] = { &ufunc_loop_eo06a };
>       |                                                      ^
> erfa/ufunc.c:9976:54: note: (near initialization for ‘funcs_eo06a[0]’)
> erfa/ufunc.c:9978:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9978 |     static PyUFuncGenericFunction funcs_eors[1] = { &ufunc_loop_eors };
>       |                                                     ^
> erfa/ufunc.c:9978:53: note: (near initialization for ‘funcs_eors[0]’)
> erfa/ufunc.c:9980:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9980 |     static PyUFuncGenericFunction funcs_fw2m[1] = { &ufunc_loop_fw2m };
>       |                                                     ^
> erfa/ufunc.c:9980:53: note: (near initialization for ‘funcs_fw2m[0]’)
> erfa/ufunc.c:9982:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9982 |     static PyUFuncGenericFunction funcs_fw2xy[1] = { &ufunc_loop_fw2xy };
>       |                                                      ^
> erfa/ufunc.c:9982:54: note: (near initialization for ‘funcs_fw2xy[0]’)
> erfa/ufunc.c:9984:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9984 |     static PyUFuncGenericFunction funcs_ltp[1] = { &ufunc_loop_ltp };
>       |                                                    ^
> erfa/ufunc.c:9984:52: note: (near initialization for ‘funcs_ltp[0]’)
> erfa/ufunc.c:9986:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9986 |     static PyUFuncGenericFunction funcs_ltpb[1] = { &ufunc_loop_ltpb };
>       |                                                     ^
> erfa/ufunc.c:9986:53: note: (near initialization for ‘funcs_ltpb[0]’)
> erfa/ufunc.c:9988:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9988 |     static PyUFuncGenericFunction funcs_ltpecl[1] = { &ufunc_loop_ltpecl };
>       |                                                       ^
> erfa/ufunc.c:9988:55: note: (near initialization for ‘funcs_ltpecl[0]’)
> erfa/ufunc.c:9990:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9990 |     static PyUFuncGenericFunction funcs_ltpequ[1] = { &ufunc_loop_ltpequ };
>       |                                                       ^
> erfa/ufunc.c:9990:55: note: (near initialization for ‘funcs_ltpequ[0]’)
> erfa/ufunc.c:9992:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9992 |     static PyUFuncGenericFunction funcs_num00a[1] = { &ufunc_loop_num00a };
>       |                                                       ^
> erfa/ufunc.c:9992:55: note: (near initialization for ‘funcs_num00a[0]’)
> erfa/ufunc.c:9994:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9994 |     static PyUFuncGenericFunction funcs_num00b[1] = { &ufunc_loop_num00b };
>       |                                                       ^
> erfa/ufunc.c:9994:55: note: (near initialization for ‘funcs_num00b[0]’)
> erfa/ufunc.c:9996:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9996 |     static PyUFuncGenericFunction funcs_num06a[1] = { &ufunc_loop_num06a };
>       |                                                       ^
> erfa/ufunc.c:9996:55: note: (near initialization for ‘funcs_num06a[0]’)
> erfa/ufunc.c:9998:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
>  9998 |     static PyUFuncGenericFunction funcs_numat[1] = { &ufunc_loop_numat };
>       |                                                      ^
> erfa/ufunc.c:9998:54: note: (near initialization for ‘funcs_numat[0]’)
> erfa/ufunc.c:10000:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10000 |     static PyUFuncGenericFunction funcs_nut00a[1] = { &ufunc_loop_nut00a };
>       |                                                       ^
> erfa/ufunc.c:10000:55: note: (near initialization for ‘funcs_nut00a[0]’)
> erfa/ufunc.c:10002:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10002 |     static PyUFuncGenericFunction funcs_nut00b[1] = { &ufunc_loop_nut00b };
>       |                                                       ^
> erfa/ufunc.c:10002:55: note: (near initialization for ‘funcs_nut00b[0]’)
> erfa/ufunc.c:10004:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10004 |     static PyUFuncGenericFunction funcs_nut06a[1] = { &ufunc_loop_nut06a };
>       |                                                       ^
> erfa/ufunc.c:10004:55: note: (near initialization for ‘funcs_nut06a[0]’)
> erfa/ufunc.c:10006:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10006 |     static PyUFuncGenericFunction funcs_nut80[1] = { &ufunc_loop_nut80 };
>       |                                                      ^
> erfa/ufunc.c:10006:54: note: (near initialization for ‘funcs_nut80[0]’)
> erfa/ufunc.c:10008:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10008 |     static PyUFuncGenericFunction funcs_nutm80[1] = { &ufunc_loop_nutm80 };
>       |                                                       ^
> erfa/ufunc.c:10008:55: note: (near initialization for ‘funcs_nutm80[0]’)
> erfa/ufunc.c:10010:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10010 |     static PyUFuncGenericFunction funcs_obl06[1] = { &ufunc_loop_obl06 };
>       |                                                      ^
> erfa/ufunc.c:10010:54: note: (near initialization for ‘funcs_obl06[0]’)
> erfa/ufunc.c:10012:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10012 |     static PyUFuncGenericFunction funcs_obl80[1] = { &ufunc_loop_obl80 };
>       |                                                      ^
> erfa/ufunc.c:10012:54: note: (near initialization for ‘funcs_obl80[0]’)
> erfa/ufunc.c:10014:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10014 |     static PyUFuncGenericFunction funcs_p06e[1] = { &ufunc_loop_p06e };
>       |                                                     ^
> erfa/ufunc.c:10014:53: note: (near initialization for ‘funcs_p06e[0]’)
> erfa/ufunc.c:10016:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10016 |     static PyUFuncGenericFunction funcs_pb06[1] = { &ufunc_loop_pb06 };
>       |                                                     ^
> erfa/ufunc.c:10016:53: note: (near initialization for ‘funcs_pb06[0]’)
> erfa/ufunc.c:10018:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10018 |     static PyUFuncGenericFunction funcs_pfw06[1] = { &ufunc_loop_pfw06 };
>       |                                                      ^
> erfa/ufunc.c:10018:54: note: (near initialization for ‘funcs_pfw06[0]’)
> erfa/ufunc.c:10020:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10020 |     static PyUFuncGenericFunction funcs_pmat00[1] = { &ufunc_loop_pmat00 };
>       |                                                       ^
> erfa/ufunc.c:10020:55: note: (near initialization for ‘funcs_pmat00[0]’)
> erfa/ufunc.c:10022:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10022 |     static PyUFuncGenericFunction funcs_pmat06[1] = { &ufunc_loop_pmat06 };
>       |                                                       ^
> erfa/ufunc.c:10022:55: note: (near initialization for ‘funcs_pmat06[0]’)
> erfa/ufunc.c:10024:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10024 |     static PyUFuncGenericFunction funcs_pmat76[1] = { &ufunc_loop_pmat76 };
>       |                                                       ^
> erfa/ufunc.c:10024:55: note: (near initialization for ‘funcs_pmat76[0]’)
> erfa/ufunc.c:10026:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10026 |     static PyUFuncGenericFunction funcs_pn00[1] = { &ufunc_loop_pn00 };
>       |                                                     ^
> erfa/ufunc.c:10026:53: note: (near initialization for ‘funcs_pn00[0]’)
> erfa/ufunc.c:10028:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10028 |     static PyUFuncGenericFunction funcs_pn00a[1] = { &ufunc_loop_pn00a };
>       |                                                      ^
> erfa/ufunc.c:10028:54: note: (near initialization for ‘funcs_pn00a[0]’)
> erfa/ufunc.c:10030:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10030 |     static PyUFuncGenericFunction funcs_pn00b[1] = { &ufunc_loop_pn00b };
>       |                                                      ^
> erfa/ufunc.c:10030:54: note: (near initialization for ‘funcs_pn00b[0]’)
> erfa/ufunc.c:10032:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10032 |     static PyUFuncGenericFunction funcs_pn06[1] = { &ufunc_loop_pn06 };
>       |                                                     ^
> erfa/ufunc.c:10032:53: note: (near initialization for ‘funcs_pn06[0]’)
> erfa/ufunc.c:10034:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10034 |     static PyUFuncGenericFunction funcs_pn06a[1] = { &ufunc_loop_pn06a };
>       |                                                      ^
> erfa/ufunc.c:10034:54: note: (near initialization for ‘funcs_pn06a[0]’)
> erfa/ufunc.c:10036:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10036 |     static PyUFuncGenericFunction funcs_pnm00a[1] = { &ufunc_loop_pnm00a };
>       |                                                       ^
> erfa/ufunc.c:10036:55: note: (near initialization for ‘funcs_pnm00a[0]’)
> erfa/ufunc.c:10038:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10038 |     static PyUFuncGenericFunction funcs_pnm00b[1] = { &ufunc_loop_pnm00b };
>       |                                                       ^
> erfa/ufunc.c:10038:55: note: (near initialization for ‘funcs_pnm00b[0]’)
> erfa/ufunc.c:10040:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10040 |     static PyUFuncGenericFunction funcs_pnm06a[1] = { &ufunc_loop_pnm06a };
>       |                                                       ^
> erfa/ufunc.c:10040:55: note: (near initialization for ‘funcs_pnm06a[0]’)
> erfa/ufunc.c:10042:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10042 |     static PyUFuncGenericFunction funcs_pnm80[1] = { &ufunc_loop_pnm80 };
>       |                                                      ^
> erfa/ufunc.c:10042:54: note: (near initialization for ‘funcs_pnm80[0]’)
> erfa/ufunc.c:10044:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10044 |     static PyUFuncGenericFunction funcs_pom00[1] = { &ufunc_loop_pom00 };
>       |                                                      ^
> erfa/ufunc.c:10044:54: note: (near initialization for ‘funcs_pom00[0]’)
> erfa/ufunc.c:10046:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10046 |     static PyUFuncGenericFunction funcs_pr00[1] = { &ufunc_loop_pr00 };
>       |                                                     ^
> erfa/ufunc.c:10046:53: note: (near initialization for ‘funcs_pr00[0]’)
> erfa/ufunc.c:10048:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10048 |     static PyUFuncGenericFunction funcs_prec76[1] = { &ufunc_loop_prec76 };
>       |                                                       ^
> erfa/ufunc.c:10048:55: note: (near initialization for ‘funcs_prec76[0]’)
> erfa/ufunc.c:10050:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10050 |     static PyUFuncGenericFunction funcs_s00[1] = { &ufunc_loop_s00 };
>       |                                                    ^
> erfa/ufunc.c:10050:52: note: (near initialization for ‘funcs_s00[0]’)
> erfa/ufunc.c:10052:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10052 |     static PyUFuncGenericFunction funcs_s00a[1] = { &ufunc_loop_s00a };
>       |                                                     ^
> erfa/ufunc.c:10052:53: note: (near initialization for ‘funcs_s00a[0]’)
> erfa/ufunc.c:10054:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10054 |     static PyUFuncGenericFunction funcs_s00b[1] = { &ufunc_loop_s00b };
>       |                                                     ^
> erfa/ufunc.c:10054:53: note: (near initialization for ‘funcs_s00b[0]’)
> erfa/ufunc.c:10056:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10056 |     static PyUFuncGenericFunction funcs_s06[1] = { &ufunc_loop_s06 };
>       |                                                    ^
> erfa/ufunc.c:10056:52: note: (near initialization for ‘funcs_s06[0]’)
> erfa/ufunc.c:10058:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10058 |     static PyUFuncGenericFunction funcs_s06a[1] = { &ufunc_loop_s06a };
>       |                                                     ^
> erfa/ufunc.c:10058:53: note: (near initialization for ‘funcs_s06a[0]’)
> erfa/ufunc.c:10060:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10060 |     static PyUFuncGenericFunction funcs_sp00[1] = { &ufunc_loop_sp00 };
>       |                                                     ^
> erfa/ufunc.c:10060:53: note: (near initialization for ‘funcs_sp00[0]’)
> erfa/ufunc.c:10062:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10062 |     static PyUFuncGenericFunction funcs_xy06[1] = { &ufunc_loop_xy06 };
>       |                                                     ^
> erfa/ufunc.c:10062:53: note: (near initialization for ‘funcs_xy06[0]’)
> erfa/ufunc.c:10064:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10064 |     static PyUFuncGenericFunction funcs_xys00a[1] = { &ufunc_loop_xys00a };
>       |                                                       ^
> erfa/ufunc.c:10064:55: note: (near initialization for ‘funcs_xys00a[0]’)
> erfa/ufunc.c:10066:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10066 |     static PyUFuncGenericFunction funcs_xys00b[1] = { &ufunc_loop_xys00b };
>       |                                                       ^
> erfa/ufunc.c:10066:55: note: (near initialization for ‘funcs_xys00b[0]’)
> erfa/ufunc.c:10068:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10068 |     static PyUFuncGenericFunction funcs_xys06a[1] = { &ufunc_loop_xys06a };
>       |                                                       ^
> erfa/ufunc.c:10068:55: note: (near initialization for ‘funcs_xys06a[0]’)
> erfa/ufunc.c:10070:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10070 |     static PyUFuncGenericFunction funcs_ee00[1] = { &ufunc_loop_ee00 };
>       |                                                     ^
> erfa/ufunc.c:10070:53: note: (near initialization for ‘funcs_ee00[0]’)
> erfa/ufunc.c:10072:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10072 |     static PyUFuncGenericFunction funcs_ee00a[1] = { &ufunc_loop_ee00a };
>       |                                                      ^
> erfa/ufunc.c:10072:54: note: (near initialization for ‘funcs_ee00a[0]’)
> erfa/ufunc.c:10074:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10074 |     static PyUFuncGenericFunction funcs_ee00b[1] = { &ufunc_loop_ee00b };
>       |                                                      ^
> erfa/ufunc.c:10074:54: note: (near initialization for ‘funcs_ee00b[0]’)
> erfa/ufunc.c:10076:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10076 |     static PyUFuncGenericFunction funcs_ee06a[1] = { &ufunc_loop_ee06a };
>       |                                                      ^
> erfa/ufunc.c:10076:54: note: (near initialization for ‘funcs_ee06a[0]’)
> erfa/ufunc.c:10078:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10078 |     static PyUFuncGenericFunction funcs_eect00[1] = { &ufunc_loop_eect00 };
>       |                                                       ^
> erfa/ufunc.c:10078:55: note: (near initialization for ‘funcs_eect00[0]’)
> erfa/ufunc.c:10080:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10080 |     static PyUFuncGenericFunction funcs_eqeq94[1] = { &ufunc_loop_eqeq94 };
>       |                                                       ^
> erfa/ufunc.c:10080:55: note: (near initialization for ‘funcs_eqeq94[0]’)
> erfa/ufunc.c:10082:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10082 |     static PyUFuncGenericFunction funcs_era00[1] = { &ufunc_loop_era00 };
>       |                                                      ^
> erfa/ufunc.c:10082:54: note: (near initialization for ‘funcs_era00[0]’)
> erfa/ufunc.c:10084:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10084 |     static PyUFuncGenericFunction funcs_gmst00[1] = { &ufunc_loop_gmst00 };
>       |                                                       ^
> erfa/ufunc.c:10084:55: note: (near initialization for ‘funcs_gmst00[0]’)
> erfa/ufunc.c:10086:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10086 |     static PyUFuncGenericFunction funcs_gmst06[1] = { &ufunc_loop_gmst06 };
>       |                                                       ^
> erfa/ufunc.c:10086:55: note: (near initialization for ‘funcs_gmst06[0]’)
> erfa/ufunc.c:10088:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10088 |     static PyUFuncGenericFunction funcs_gmst82[1] = { &ufunc_loop_gmst82 };
>       |                                                       ^
> erfa/ufunc.c:10088:55: note: (near initialization for ‘funcs_gmst82[0]’)
> erfa/ufunc.c:10090:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10090 |     static PyUFuncGenericFunction funcs_gst00a[1] = { &ufunc_loop_gst00a };
>       |                                                       ^
> erfa/ufunc.c:10090:55: note: (near initialization for ‘funcs_gst00a[0]’)
> erfa/ufunc.c:10092:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10092 |     static PyUFuncGenericFunction funcs_gst00b[1] = { &ufunc_loop_gst00b };
>       |                                                       ^
> erfa/ufunc.c:10092:55: note: (near initialization for ‘funcs_gst00b[0]’)
> erfa/ufunc.c:10094:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10094 |     static PyUFuncGenericFunction funcs_gst06[1] = { &ufunc_loop_gst06 };
>       |                                                      ^
> erfa/ufunc.c:10094:54: note: (near initialization for ‘funcs_gst06[0]’)
> erfa/ufunc.c:10096:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10096 |     static PyUFuncGenericFunction funcs_gst06a[1] = { &ufunc_loop_gst06a };
>       |                                                       ^
> erfa/ufunc.c:10096:55: note: (near initialization for ‘funcs_gst06a[0]’)
> erfa/ufunc.c:10098:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10098 |     static PyUFuncGenericFunction funcs_gst94[1] = { &ufunc_loop_gst94 };
>       |                                                      ^
> erfa/ufunc.c:10098:54: note: (near initialization for ‘funcs_gst94[0]’)
> erfa/ufunc.c:10100:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10100 |     static PyUFuncGenericFunction funcs_fk425[1] = { &ufunc_loop_fk425 };
>       |                                                      ^
> erfa/ufunc.c:10100:54: note: (near initialization for ‘funcs_fk425[0]’)
> erfa/ufunc.c:10102:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10102 |     static PyUFuncGenericFunction funcs_fk45z[1] = { &ufunc_loop_fk45z };
>       |                                                      ^
> erfa/ufunc.c:10102:54: note: (near initialization for ‘funcs_fk45z[0]’)
> erfa/ufunc.c:10104:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10104 |     static PyUFuncGenericFunction funcs_fk524[1] = { &ufunc_loop_fk524 };
>       |                                                      ^
> erfa/ufunc.c:10104:54: note: (near initialization for ‘funcs_fk524[0]’)
> erfa/ufunc.c:10106:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10106 |     static PyUFuncGenericFunction funcs_fk52h[1] = { &ufunc_loop_fk52h };
>       |                                                      ^
> erfa/ufunc.c:10106:54: note: (near initialization for ‘funcs_fk52h[0]’)
> erfa/ufunc.c:10108:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10108 |     static PyUFuncGenericFunction funcs_fk54z[1] = { &ufunc_loop_fk54z };
>       |                                                      ^
> erfa/ufunc.c:10108:54: note: (near initialization for ‘funcs_fk54z[0]’)
> erfa/ufunc.c:10110:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10110 |     static PyUFuncGenericFunction funcs_fk5hip[1] = { &ufunc_loop_fk5hip };
>       |                                                       ^
> erfa/ufunc.c:10110:55: note: (near initialization for ‘funcs_fk5hip[0]’)
> erfa/ufunc.c:10112:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10112 |     static PyUFuncGenericFunction funcs_fk5hz[1] = { &ufunc_loop_fk5hz };
>       |                                                      ^
> erfa/ufunc.c:10112:54: note: (near initialization for ‘funcs_fk5hz[0]’)
> erfa/ufunc.c:10114:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10114 |     static PyUFuncGenericFunction funcs_h2fk5[1] = { &ufunc_loop_h2fk5 };
>       |                                                      ^
> erfa/ufunc.c:10114:54: note: (near initialization for ‘funcs_h2fk5[0]’)
> erfa/ufunc.c:10116:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10116 |     static PyUFuncGenericFunction funcs_hfk5z[1] = { &ufunc_loop_hfk5z };
>       |                                                      ^
> erfa/ufunc.c:10116:54: note: (near initialization for ‘funcs_hfk5z[0]’)
> erfa/ufunc.c:10118:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10118 |     static PyUFuncGenericFunction funcs_starpm[1] = { &ufunc_loop_starpm };
>       |                                                       ^
> erfa/ufunc.c:10118:55: note: (near initialization for ‘funcs_starpm[0]’)
> erfa/ufunc.c:10120:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10120 |     static PyUFuncGenericFunction funcs_eceq06[1] = { &ufunc_loop_eceq06 };
>       |                                                       ^
> erfa/ufunc.c:10120:55: note: (near initialization for ‘funcs_eceq06[0]’)
> erfa/ufunc.c:10122:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10122 |     static PyUFuncGenericFunction funcs_ecm06[1] = { &ufunc_loop_ecm06 };
>       |                                                      ^
> erfa/ufunc.c:10122:54: note: (near initialization for ‘funcs_ecm06[0]’)
> erfa/ufunc.c:10124:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10124 |     static PyUFuncGenericFunction funcs_eqec06[1] = { &ufunc_loop_eqec06 };
>       |                                                       ^
> erfa/ufunc.c:10124:55: note: (near initialization for ‘funcs_eqec06[0]’)
> erfa/ufunc.c:10126:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10126 |     static PyUFuncGenericFunction funcs_lteceq[1] = { &ufunc_loop_lteceq };
>       |                                                       ^
> erfa/ufunc.c:10126:55: note: (near initialization for ‘funcs_lteceq[0]’)
> erfa/ufunc.c:10128:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10128 |     static PyUFuncGenericFunction funcs_ltecm[1] = { &ufunc_loop_ltecm };
>       |                                                      ^
> erfa/ufunc.c:10128:54: note: (near initialization for ‘funcs_ltecm[0]’)
> erfa/ufunc.c:10130:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10130 |     static PyUFuncGenericFunction funcs_lteqec[1] = { &ufunc_loop_lteqec };
>       |                                                       ^
> erfa/ufunc.c:10130:55: note: (near initialization for ‘funcs_lteqec[0]’)
> erfa/ufunc.c:10132:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10132 |     static PyUFuncGenericFunction funcs_g2icrs[1] = { &ufunc_loop_g2icrs };
>       |                                                       ^
> erfa/ufunc.c:10132:55: note: (near initialization for ‘funcs_g2icrs[0]’)
> erfa/ufunc.c:10134:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10134 |     static PyUFuncGenericFunction funcs_icrs2g[1] = { &ufunc_loop_icrs2g };
>       |                                                       ^
> erfa/ufunc.c:10134:55: note: (near initialization for ‘funcs_icrs2g[0]’)
> erfa/ufunc.c:10136:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10136 |     static PyUFuncGenericFunction funcs_eform[1] = { &ufunc_loop_eform };
>       |                                                      ^
> erfa/ufunc.c:10136:54: note: (near initialization for ‘funcs_eform[0]’)
> erfa/ufunc.c:10138:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10138 |     static PyUFuncGenericFunction funcs_gc2gd[1] = { &ufunc_loop_gc2gd };
>       |                                                      ^
> erfa/ufunc.c:10138:54: note: (near initialization for ‘funcs_gc2gd[0]’)
> erfa/ufunc.c:10140:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10140 |     static PyUFuncGenericFunction funcs_gc2gde[1] = { &ufunc_loop_gc2gde };
>       |                                                       ^
> erfa/ufunc.c:10140:55: note: (near initialization for ‘funcs_gc2gde[0]’)
> erfa/ufunc.c:10142:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10142 |     static PyUFuncGenericFunction funcs_gd2gc[1] = { &ufunc_loop_gd2gc };
>       |                                                      ^
> erfa/ufunc.c:10142:54: note: (near initialization for ‘funcs_gd2gc[0]’)
> erfa/ufunc.c:10144:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10144 |     static PyUFuncGenericFunction funcs_gd2gce[1] = { &ufunc_loop_gd2gce };
>       |                                                       ^
> erfa/ufunc.c:10144:55: note: (near initialization for ‘funcs_gd2gce[0]’)
> erfa/ufunc.c:10146:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10146 |     static PyUFuncGenericFunction funcs_dat[1] = { &ufunc_loop_dat };
>       |                                                    ^
> erfa/ufunc.c:10146:52: note: (near initialization for ‘funcs_dat[0]’)
> erfa/ufunc.c:10148:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10148 |     static PyUFuncGenericFunction funcs_dtdb[1] = { &ufunc_loop_dtdb };
>       |                                                     ^
> erfa/ufunc.c:10148:53: note: (near initialization for ‘funcs_dtdb[0]’)
> erfa/ufunc.c:10150:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10150 |     static PyUFuncGenericFunction funcs_taitt[1] = { &ufunc_loop_taitt };
>       |                                                      ^
> erfa/ufunc.c:10150:54: note: (near initialization for ‘funcs_taitt[0]’)
> erfa/ufunc.c:10152:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10152 |     static PyUFuncGenericFunction funcs_taiut1[1] = { &ufunc_loop_taiut1 };
>       |                                                       ^
> erfa/ufunc.c:10152:55: note: (near initialization for ‘funcs_taiut1[0]’)
> erfa/ufunc.c:10154:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10154 |     static PyUFuncGenericFunction funcs_taiutc[1] = { &ufunc_loop_taiutc };
>       |                                                       ^
> erfa/ufunc.c:10154:55: note: (near initialization for ‘funcs_taiutc[0]’)
> erfa/ufunc.c:10156:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10156 |     static PyUFuncGenericFunction funcs_tcbtdb[1] = { &ufunc_loop_tcbtdb };
>       |                                                       ^
> erfa/ufunc.c:10156:55: note: (near initialization for ‘funcs_tcbtdb[0]’)
> erfa/ufunc.c:10158:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10158 |     static PyUFuncGenericFunction funcs_tcgtt[1] = { &ufunc_loop_tcgtt };
>       |                                                      ^
> erfa/ufunc.c:10158:54: note: (near initialization for ‘funcs_tcgtt[0]’)
> erfa/ufunc.c:10160:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10160 |     static PyUFuncGenericFunction funcs_tdbtcb[1] = { &ufunc_loop_tdbtcb };
>       |                                                       ^
> erfa/ufunc.c:10160:55: note: (near initialization for ‘funcs_tdbtcb[0]’)
> erfa/ufunc.c:10162:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10162 |     static PyUFuncGenericFunction funcs_tdbtt[1] = { &ufunc_loop_tdbtt };
>       |                                                      ^
> erfa/ufunc.c:10162:54: note: (near initialization for ‘funcs_tdbtt[0]’)
> erfa/ufunc.c:10164:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10164 |     static PyUFuncGenericFunction funcs_tttai[1] = { &ufunc_loop_tttai };
>       |                                                      ^
> erfa/ufunc.c:10164:54: note: (near initialization for ‘funcs_tttai[0]’)
> erfa/ufunc.c:10166:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10166 |     static PyUFuncGenericFunction funcs_tttcg[1] = { &ufunc_loop_tttcg };
>       |                                                      ^
> erfa/ufunc.c:10166:54: note: (near initialization for ‘funcs_tttcg[0]’)
> erfa/ufunc.c:10168:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10168 |     static PyUFuncGenericFunction funcs_tttdb[1] = { &ufunc_loop_tttdb };
>       |                                                      ^
> erfa/ufunc.c:10168:54: note: (near initialization for ‘funcs_tttdb[0]’)
> erfa/ufunc.c:10170:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10170 |     static PyUFuncGenericFunction funcs_ttut1[1] = { &ufunc_loop_ttut1 };
>       |                                                      ^
> erfa/ufunc.c:10170:54: note: (near initialization for ‘funcs_ttut1[0]’)
> erfa/ufunc.c:10172:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10172 |     static PyUFuncGenericFunction funcs_ut1tai[1] = { &ufunc_loop_ut1tai };
>       |                                                       ^
> erfa/ufunc.c:10172:55: note: (near initialization for ‘funcs_ut1tai[0]’)
> erfa/ufunc.c:10174:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10174 |     static PyUFuncGenericFunction funcs_ut1tt[1] = { &ufunc_loop_ut1tt };
>       |                                                      ^
> erfa/ufunc.c:10174:54: note: (near initialization for ‘funcs_ut1tt[0]’)
> erfa/ufunc.c:10176:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10176 |     static PyUFuncGenericFunction funcs_ut1utc[1] = { &ufunc_loop_ut1utc };
>       |                                                       ^
> erfa/ufunc.c:10176:55: note: (near initialization for ‘funcs_ut1utc[0]’)
> erfa/ufunc.c:10178:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10178 |     static PyUFuncGenericFunction funcs_utctai[1] = { &ufunc_loop_utctai };
>       |                                                       ^
> erfa/ufunc.c:10178:55: note: (near initialization for ‘funcs_utctai[0]’)
> erfa/ufunc.c:10180:55: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10180 |     static PyUFuncGenericFunction funcs_utcut1[1] = { &ufunc_loop_utcut1 };
>       |                                                       ^
> erfa/ufunc.c:10180:55: note: (near initialization for ‘funcs_utcut1[0]’)
> erfa/ufunc.c:10182:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10182 |     static PyUFuncGenericFunction funcs_ae2hd[1] = { &ufunc_loop_ae2hd };
>       |                                                      ^
> erfa/ufunc.c:10182:54: note: (near initialization for ‘funcs_ae2hd[0]’)
> erfa/ufunc.c:10184:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10184 |     static PyUFuncGenericFunction funcs_hd2ae[1] = { &ufunc_loop_hd2ae };
>       |                                                      ^
> erfa/ufunc.c:10184:54: note: (near initialization for ‘funcs_hd2ae[0]’)
> erfa/ufunc.c:10186:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10186 |     static PyUFuncGenericFunction funcs_hd2pa[1] = { &ufunc_loop_hd2pa };
>       |                                                      ^
> erfa/ufunc.c:10186:54: note: (near initialization for ‘funcs_hd2pa[0]’)
> erfa/ufunc.c:10188:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10188 |     static PyUFuncGenericFunction funcs_tpors[1] = { &ufunc_loop_tpors };
>       |                                                      ^
> erfa/ufunc.c:10188:54: note: (near initialization for ‘funcs_tpors[0]’)
> erfa/ufunc.c:10190:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10190 |     static PyUFuncGenericFunction funcs_tporv[1] = { &ufunc_loop_tporv };
>       |                                                      ^
> erfa/ufunc.c:10190:54: note: (near initialization for ‘funcs_tporv[0]’)
> erfa/ufunc.c:10192:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10192 |     static PyUFuncGenericFunction funcs_tpsts[1] = { &ufunc_loop_tpsts };
>       |                                                      ^
> erfa/ufunc.c:10192:54: note: (near initialization for ‘funcs_tpsts[0]’)
> erfa/ufunc.c:10194:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10194 |     static PyUFuncGenericFunction funcs_tpstv[1] = { &ufunc_loop_tpstv };
>       |                                                      ^
> erfa/ufunc.c:10194:54: note: (near initialization for ‘funcs_tpstv[0]’)
> erfa/ufunc.c:10196:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10196 |     static PyUFuncGenericFunction funcs_tpxes[1] = { &ufunc_loop_tpxes };
>       |                                                      ^
> erfa/ufunc.c:10196:54: note: (near initialization for ‘funcs_tpxes[0]’)
> erfa/ufunc.c:10198:54: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10198 |     static PyUFuncGenericFunction funcs_tpxev[1] = { &ufunc_loop_tpxev };
>       |                                                      ^
> erfa/ufunc.c:10198:54: note: (near initialization for ‘funcs_tpxev[0]’)
> erfa/ufunc.c:10200:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10200 |     static PyUFuncGenericFunction funcs_anp[1] = { &ufunc_loop_anp };
>       |                                                    ^
> erfa/ufunc.c:10200:52: note: (near initialization for ‘funcs_anp[0]’)
> erfa/ufunc.c:10202:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10202 |     static PyUFuncGenericFunction funcs_anpm[1] = { &ufunc_loop_anpm };
>       |                                                     ^
> erfa/ufunc.c:10202:53: note: (near initialization for ‘funcs_anpm[0]’)
> erfa/ufunc.c:10204:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10204 |     static PyUFuncGenericFunction funcs_rx[1] = { &ufunc_loop_rx };
>       |                                                   ^
> erfa/ufunc.c:10204:51: note: (near initialization for ‘funcs_rx[0]’)
> erfa/ufunc.c:10206:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10206 |     static PyUFuncGenericFunction funcs_ry[1] = { &ufunc_loop_ry };
>       |                                                   ^
> erfa/ufunc.c:10206:51: note: (near initialization for ‘funcs_ry[0]’)
> erfa/ufunc.c:10208:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10208 |     static PyUFuncGenericFunction funcs_rz[1] = { &ufunc_loop_rz };
>       |                                                   ^
> erfa/ufunc.c:10208:51: note: (near initialization for ‘funcs_rz[0]’)
> erfa/ufunc.c:10210:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10210 |     static PyUFuncGenericFunction funcs_cp[1] = { &ufunc_loop_cp };
>       |                                                   ^
> erfa/ufunc.c:10210:51: note: (near initialization for ‘funcs_cp[0]’)
> erfa/ufunc.c:10212:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10212 |     static PyUFuncGenericFunction funcs_cr[1] = { &ufunc_loop_cr };
>       |                                                   ^
> erfa/ufunc.c:10212:51: note: (near initialization for ‘funcs_cr[0]’)
> erfa/ufunc.c:10214:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10214 |     static PyUFuncGenericFunction funcs_ir[1] = { &ufunc_loop_ir };
>       |                                                   ^
> erfa/ufunc.c:10214:51: note: (near initialization for ‘funcs_ir[0]’)
> erfa/ufunc.c:10216:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10216 |     static PyUFuncGenericFunction funcs_zp[1] = { &ufunc_loop_zp };
>       |                                                   ^
> erfa/ufunc.c:10216:51: note: (near initialization for ‘funcs_zp[0]’)
> erfa/ufunc.c:10218:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10218 |     static PyUFuncGenericFunction funcs_zr[1] = { &ufunc_loop_zr };
>       |                                                   ^
> erfa/ufunc.c:10218:51: note: (near initialization for ‘funcs_zr[0]’)
> erfa/ufunc.c:10220:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10220 |     static PyUFuncGenericFunction funcs_rxr[1] = { &ufunc_loop_rxr };
>       |                                                    ^
> erfa/ufunc.c:10220:52: note: (near initialization for ‘funcs_rxr[0]’)
> erfa/ufunc.c:10222:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10222 |     static PyUFuncGenericFunction funcs_tr[1] = { &ufunc_loop_tr };
>       |                                                   ^
> erfa/ufunc.c:10222:51: note: (near initialization for ‘funcs_tr[0]’)
> erfa/ufunc.c:10224:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10224 |     static PyUFuncGenericFunction funcs_rxp[1] = { &ufunc_loop_rxp };
>       |                                                    ^
> erfa/ufunc.c:10224:52: note: (near initialization for ‘funcs_rxp[0]’)
> erfa/ufunc.c:10226:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10226 |     static PyUFuncGenericFunction funcs_trxp[1] = { &ufunc_loop_trxp };
>       |                                                     ^
> erfa/ufunc.c:10226:53: note: (near initialization for ‘funcs_trxp[0]’)
> erfa/ufunc.c:10228:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10228 |     static PyUFuncGenericFunction funcs_rm2v[1] = { &ufunc_loop_rm2v };
>       |                                                     ^
> erfa/ufunc.c:10228:53: note: (near initialization for ‘funcs_rm2v[0]’)
> erfa/ufunc.c:10230:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10230 |     static PyUFuncGenericFunction funcs_rv2m[1] = { &ufunc_loop_rv2m };
>       |                                                     ^
> erfa/ufunc.c:10230:53: note: (near initialization for ‘funcs_rv2m[0]’)
> erfa/ufunc.c:10232:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10232 |     static PyUFuncGenericFunction funcs_pap[1] = { &ufunc_loop_pap };
>       |                                                    ^
> erfa/ufunc.c:10232:52: note: (near initialization for ‘funcs_pap[0]’)
> erfa/ufunc.c:10234:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10234 |     static PyUFuncGenericFunction funcs_pas[1] = { &ufunc_loop_pas };
>       |                                                    ^
> erfa/ufunc.c:10234:52: note: (near initialization for ‘funcs_pas[0]’)
> erfa/ufunc.c:10236:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10236 |     static PyUFuncGenericFunction funcs_sepp[1] = { &ufunc_loop_sepp };
>       |                                                     ^
> erfa/ufunc.c:10236:53: note: (near initialization for ‘funcs_sepp[0]’)
> erfa/ufunc.c:10238:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10238 |     static PyUFuncGenericFunction funcs_seps[1] = { &ufunc_loop_seps };
>       |                                                     ^
> erfa/ufunc.c:10238:53: note: (near initialization for ‘funcs_seps[0]’)
> erfa/ufunc.c:10240:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10240 |     static PyUFuncGenericFunction funcs_c2s[1] = { &ufunc_loop_c2s };
>       |                                                    ^
> erfa/ufunc.c:10240:52: note: (near initialization for ‘funcs_c2s[0]’)
> erfa/ufunc.c:10242:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10242 |     static PyUFuncGenericFunction funcs_p2s[1] = { &ufunc_loop_p2s };
>       |                                                    ^
> erfa/ufunc.c:10242:52: note: (near initialization for ‘funcs_p2s[0]’)
> erfa/ufunc.c:10244:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10244 |     static PyUFuncGenericFunction funcs_s2c[1] = { &ufunc_loop_s2c };
>       |                                                    ^
> erfa/ufunc.c:10244:52: note: (near initialization for ‘funcs_s2c[0]’)
> erfa/ufunc.c:10246:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10246 |     static PyUFuncGenericFunction funcs_s2p[1] = { &ufunc_loop_s2p };
>       |                                                    ^
> erfa/ufunc.c:10246:52: note: (near initialization for ‘funcs_s2p[0]’)
> erfa/ufunc.c:10248:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10248 |     static PyUFuncGenericFunction funcs_pdp[1] = { &ufunc_loop_pdp };
>       |                                                    ^
> erfa/ufunc.c:10248:52: note: (near initialization for ‘funcs_pdp[0]’)
> erfa/ufunc.c:10250:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10250 |     static PyUFuncGenericFunction funcs_pm[1] = { &ufunc_loop_pm };
>       |                                                   ^
> erfa/ufunc.c:10250:51: note: (near initialization for ‘funcs_pm[0]’)
> erfa/ufunc.c:10252:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10252 |     static PyUFuncGenericFunction funcs_pmp[1] = { &ufunc_loop_pmp };
>       |                                                    ^
> erfa/ufunc.c:10252:52: note: (near initialization for ‘funcs_pmp[0]’)
> erfa/ufunc.c:10254:51: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10254 |     static PyUFuncGenericFunction funcs_pn[1] = { &ufunc_loop_pn };
>       |                                                   ^
> erfa/ufunc.c:10254:51: note: (near initialization for ‘funcs_pn[0]’)
> erfa/ufunc.c:10256:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10256 |     static PyUFuncGenericFunction funcs_ppp[1] = { &ufunc_loop_ppp };
>       |                                                    ^
> erfa/ufunc.c:10256:52: note: (near initialization for ‘funcs_ppp[0]’)
> erfa/ufunc.c:10258:53: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10258 |     static PyUFuncGenericFunction funcs_ppsp[1] = { &ufunc_loop_ppsp };
>       |                                                     ^
> erfa/ufunc.c:10258:53: note: (near initialization for ‘funcs_ppsp[0]’)
> erfa/ufunc.c:10260:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10260 |     static PyUFuncGenericFunction funcs_pxp[1] = { &ufunc_loop_pxp };
>       |                                                    ^
> erfa/ufunc.c:10260:52: note: (near initialization for ‘funcs_pxp[0]’)
> erfa/ufunc.c:10262:52: warning: initialization of ‘void (*)(char **, const npy_intp *, const npy_intp *, void *)’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} from incompatible pointer type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’} [-Wincompatible-pointer-types]
> 10262 |     static PyUFuncGenericFunction funcs_sxp[1] = { &ufunc_loop_sxp };
>       |                                                    ^
> erfa/ufunc.c:10262:52: note: (near initialization for ‘funcs_sxp[0]’)
> erfa/ufunc.c:10490:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10490 |         ufunc_loop_jdcalf, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10490:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10526:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10526 |         ufunc_loop_apcg, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10526:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10548:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10548 |         ufunc_loop_apcg13, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10548:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10575:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10575 |         ufunc_loop_apci, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10575:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10598:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10598 |         ufunc_loop_apci13, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10598:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10634:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10634 |         ufunc_loop_apco, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10634:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10668:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10668 |         ufunc_loop_apco13, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10668:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10693:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10693 |         ufunc_loop_apcs, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10693:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10716:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10716 |         ufunc_loop_apcs13, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10716:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10738:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10738 |         ufunc_loop_aper, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10738:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10761:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10761 |         ufunc_loop_aper13, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10761:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10790:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10790 |         ufunc_loop_apio, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10790:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10823:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10823 |         ufunc_loop_apio13, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10823:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10863:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10863 |         ufunc_loop_atccq, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10863:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10903:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10903 |         ufunc_loop_atciq, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10903:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10932:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10932 |         ufunc_loop_atciqn, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10932:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:10956:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 10956 |         ufunc_loop_atciqz, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:10956:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11004:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11004 |         ufunc_loop_aticq, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11004:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11029:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11029 |         ufunc_loop_aticqn, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11029:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11068:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11068 |         ufunc_loop_atioq, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11068:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11105:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11105 |         ufunc_loop_atoc13, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11105:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11142:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11142 |         ufunc_loop_atoi13, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11142:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11167:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11167 |         ufunc_loop_atoiq, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11167:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11202:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11202 |         ufunc_loop_ldn, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11202:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11265:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11265 |         ufunc_loop_pvtob, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11265:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11301:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11301 |         ufunc_loop_epv00, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11301:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11323:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11323 |         ufunc_loop_moon98, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11323:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:11347:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 11347 |         ufunc_loop_plan94, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:11347:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:12490:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 12490 |         ufunc_loop_pvstar, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:12490:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:12517:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 12517 |         ufunc_loop_starpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:12517:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:12821:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 12821 |         ufunc_loop_d2dtf, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:12821:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:12874:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 12874 |         ufunc_loop_dtf2d, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:12874:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13197:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13197 |         ufunc_loop_a2af, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13197:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13220:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13220 |         ufunc_loop_a2tf, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13220:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13245:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13245 |         ufunc_loop_af2a, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13245:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13292:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13292 |         ufunc_loop_d2tf, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13292:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13317:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13317 |         ufunc_loop_tf2a, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13317:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13342:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13342 |         ufunc_loop_tf2d, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13342:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13411:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13411 |         ufunc_loop_cpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13411:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13444:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13444 |         ufunc_loop_p2pv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13444:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13465:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13465 |         ufunc_loop_pv2p, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13465:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13509:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13509 |         ufunc_loop_zpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13509:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13579:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13579 |         ufunc_loop_rxpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13579:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13613:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13613 |         ufunc_loop_trxpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13613:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13735:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13735 |         ufunc_loop_pv2s, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13735:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13785:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13785 |         ufunc_loop_s2pv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13785:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13879:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13879 |         ufunc_loop_pvdpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13879:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13901:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13901 |         ufunc_loop_pvm, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13901:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13923:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13923 |         ufunc_loop_pvmpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13923:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13945:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13945 |         ufunc_loop_pvppv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13945:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13967:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13967 |         ufunc_loop_pvu, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13967:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:13989:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 13989 |         ufunc_loop_pvup, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:13989:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:14011:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 14011 |         ufunc_loop_pvxpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:14011:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:14046:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 14046 |         ufunc_loop_s2xpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:14046:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c:14080:9: warning: passing argument 3 of ‘(int (*)(PyUFuncObject *, PyArray_Descr *, void (*)(char **, const npy_intp *, const npy_intp *, void *), PyArray_Descr **, void *))*(PyUFunc_API + 328)’ from incompatible pointer type [-Wincompatible-pointer-types]
> 14080 |         ufunc_loop_sxpv, dtypes, NULL);
>       |         ^~~~~~~~~~~~~~~
>       |         |
>       |         void (*)(char **, npy_intp *, npy_intp *, void *) {aka void (*)(char **, long int *, long int *, void *)}
> erfa/ufunc.c:14080:9: note: expected ‘PyUFuncGenericFunction’ {aka ‘void (*)(char **, const long int *, const long int *, void *)’} but argument is of type ‘void (*)(char **, npy_intp *, npy_intp *, void *)’ {aka ‘void (*)(char **, long int *, long int *, void *)’}
> erfa/ufunc.c: In function ‘ErfaUFuncTypeResolver’:
> erfa/ufunc.c:9729:16: warning: dangling pointer ‘types’ to ‘types_array’ may be used [-Wdangling-pointer=]
>  9729 |         return set_ufunc_loop_data_types(ufunc, operands, out_dtypes,
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>  9730 |                                          types, dtypes);
>       |                                          ~~~~~~~~~~~~~~
> erfa/ufunc.c:9715:13: note: ‘types_array’ declared here
>  9715 |         int types_array[NPY_MAXARGS];
>       |             ^~~~~~~~~~~
> x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/erfa/ufunc.o -L/usr/lib/x86_64-linux-gnu -lerfa -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa/ufunc.cpython-311-x86_64-linux-gnu.so
> cd docs && \
> PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build \
> python3 -m sphinx -N -bhtml /<<PKGBUILDDIR>>/docs /<<PKGBUILDDIR>>/build/html
> Running Sphinx v5.3.0
> Matplotlib created a temporary config/cache directory at /tmp/matplotlib-7434jd71 because the default path (/sbuild-nonexistent/.config/matplotlib) is not a writable directory; it is highly recommended to set the MPLCONFIGDIR environment variable to a writable directory, in particular to speed up the import of Matplotlib and to better support multiprocessing.
> making output directory... done
> [autosummary] generating autosummary for: api.rst, changelog.rst, credits.rst, index.rst, license.rst, quickstart.rst
> [automodsumm] api.rst: found 253 automodsumm entries to generate
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 6 source files that are out of date
> updating environment: [new config] 259 added, 0 changed, 0 removed
> reading sources... [  0%] api
> reading sources... [  0%] api/erfa.ErfaError
> reading sources... [  1%] api/erfa.ErfaWarning
> reading sources... [  1%] api/erfa.a2af
> reading sources... [  1%] api/erfa.a2tf
> reading sources... [  2%] api/erfa.ab
> reading sources... [  2%] api/erfa.ae2hd
> reading sources... [  3%] api/erfa.af2a
> reading sources... [  3%] api/erfa.anp
> reading sources... [  3%] api/erfa.anpm
> reading sources... [  4%] api/erfa.apcg
> reading sources... [  4%] api/erfa.apcg13
> reading sources... [  5%] api/erfa.apci
> reading sources... [  5%] api/erfa.apci13
> reading sources... [  5%] api/erfa.apco
> reading sources... [  6%] api/erfa.apco13
> reading sources... [  6%] api/erfa.apcs
> reading sources... [  6%] api/erfa.apcs13
> reading sources... [  7%] api/erfa.aper
> reading sources... [  7%] api/erfa.aper13
> reading sources... [  8%] api/erfa.apio
> reading sources... [  8%] api/erfa.apio13
> reading sources... [  8%] api/erfa.atcc13
> reading sources... [  9%] api/erfa.atccq
> reading sources... [  9%] api/erfa.atci13
> reading sources... [ 10%] api/erfa.atciq
> reading sources... [ 10%] api/erfa.atciqn
> reading sources... [ 10%] api/erfa.atciqz
> reading sources... [ 11%] api/erfa.atco13
> reading sources... [ 11%] api/erfa.atic13
> reading sources... [ 11%] api/erfa.aticq
> reading sources... [ 12%] api/erfa.aticqn
> reading sources... [ 12%] api/erfa.atio13
> reading sources... [ 13%] api/erfa.atioq
> reading sources... [ 13%] api/erfa.atoc13
> reading sources... [ 13%] api/erfa.atoi13
> reading sources... [ 14%] api/erfa.atoiq
> reading sources... [ 14%] api/erfa.bi00
> reading sources... [ 15%] api/erfa.bp00
> reading sources... [ 15%] api/erfa.bp06
> reading sources... [ 15%] api/erfa.bpn2xy
> reading sources... [ 16%] api/erfa.c2i00a
> reading sources... [ 16%] api/erfa.c2i00b
> reading sources... [ 16%] api/erfa.c2i06a
> reading sources... [ 17%] api/erfa.c2ibpn
> reading sources... [ 17%] api/erfa.c2ixy
> reading sources... [ 18%] api/erfa.c2ixys
> reading sources... [ 18%] api/erfa.c2s
> reading sources... [ 18%] api/erfa.c2t00a
> reading sources... [ 19%] api/erfa.c2t00b
> reading sources... [ 19%] api/erfa.c2t06a
> reading sources... [ 20%] api/erfa.c2tcio
> reading sources... [ 20%] api/erfa.c2teqx
> reading sources... [ 20%] api/erfa.c2tpe
> reading sources... [ 21%] api/erfa.c2txy
> reading sources... [ 21%] api/erfa.cal2jd
> reading sources... [ 22%] api/erfa.cp
> reading sources... [ 22%] api/erfa.cpv
> reading sources... [ 22%] api/erfa.cr
> reading sources... [ 23%] api/erfa.d2dtf
> reading sources... [ 23%] api/erfa.d2tf
> reading sources... [ 23%] api/erfa.dat
> reading sources... [ 24%] api/erfa.dtdb
> reading sources... [ 24%] api/erfa.dtf2d
> reading sources... [ 25%] api/erfa.eceq06
> reading sources... [ 25%] api/erfa.ecm06
> reading sources... [ 25%] api/erfa.ee00
> reading sources... [ 26%] api/erfa.ee00a
> reading sources... [ 26%] api/erfa.ee00b
> reading sources... [ 27%] api/erfa.ee06a
> reading sources... [ 27%] api/erfa.eect00
> reading sources... [ 27%] api/erfa.eform
> reading sources... [ 28%] api/erfa.eo06a
> reading sources... [ 28%] api/erfa.eors
> reading sources... [ 28%] api/erfa.epb
> reading sources... [ 29%] api/erfa.epb2jd
> reading sources... [ 29%] api/erfa.epj
> reading sources... [ 30%] api/erfa.epj2jd
> reading sources... [ 30%] api/erfa.epv00
> reading sources... [ 30%] api/erfa.eqec06
> reading sources... [ 31%] api/erfa.eqeq94
> reading sources... [ 31%] api/erfa.era00
> reading sources... [ 32%] api/erfa.fad03
> reading sources... [ 32%] api/erfa.fae03
> reading sources... [ 32%] api/erfa.faf03
> reading sources... [ 33%] api/erfa.faju03
> reading sources... [ 33%] api/erfa.fal03
> reading sources... [ 33%] api/erfa.falp03
> reading sources... [ 34%] api/erfa.fama03
> reading sources... [ 34%] api/erfa.fame03
> reading sources... [ 35%] api/erfa.fane03
> reading sources... [ 35%] api/erfa.faom03
> reading sources... [ 35%] api/erfa.fapa03
> reading sources... [ 36%] api/erfa.fasa03
> reading sources... [ 36%] api/erfa.faur03
> reading sources... [ 37%] api/erfa.fave03
> reading sources... [ 37%] api/erfa.fk425
> reading sources... [ 37%] api/erfa.fk45z
> reading sources... [ 38%] api/erfa.fk524
> reading sources... [ 38%] api/erfa.fk52h
> reading sources... [ 38%] api/erfa.fk54z
> reading sources... [ 39%] api/erfa.fk5hip
> reading sources... [ 39%] api/erfa.fk5hz
> reading sources... [ 40%] api/erfa.fw2m
> reading sources... [ 40%] api/erfa.fw2xy
> reading sources... [ 40%] api/erfa.g2icrs
> reading sources... [ 41%] api/erfa.gc2gd
> reading sources... [ 41%] api/erfa.gc2gde
> reading sources... [ 42%] api/erfa.gd2gc
> reading sources... [ 42%] api/erfa.gd2gce
> reading sources... [ 42%] api/erfa.gmst00
> reading sources... [ 43%] api/erfa.gmst06
> reading sources... [ 43%] api/erfa.gmst82
> reading sources... [ 44%] api/erfa.gst00a
> reading sources... [ 44%] api/erfa.gst00b
> reading sources... [ 44%] api/erfa.gst06
> reading sources... [ 45%] api/erfa.gst06a
> reading sources... [ 45%] api/erfa.gst94
> reading sources... [ 45%] api/erfa.h2fk5
> reading sources... [ 46%] api/erfa.hd2ae
> reading sources... [ 46%] api/erfa.hd2pa
> reading sources... [ 47%] api/erfa.hfk5z
> reading sources... [ 47%] api/erfa.icrs2g
> reading sources... [ 47%] api/erfa.ir
> reading sources... [ 48%] api/erfa.jd2cal
> reading sources... [ 48%] api/erfa.jdcalf
> reading sources... [ 49%] api/erfa.ld
> reading sources... [ 49%] api/erfa.ldn
> reading sources... [ 49%] api/erfa.ldsun
> reading sources... [ 50%] api/erfa.leap_seconds
> reading sources... [ 50%] api/erfa.lteceq
> reading sources... [ 50%] api/erfa.ltecm
> reading sources... [ 51%] api/erfa.lteqec
> reading sources... [ 51%] api/erfa.ltp
> reading sources... [ 52%] api/erfa.ltpb
> reading sources... [ 52%] api/erfa.ltpecl
> reading sources... [ 52%] api/erfa.ltpequ
> reading sources... [ 53%] api/erfa.moon98
> reading sources... [ 53%] api/erfa.num00a
> reading sources... [ 54%] api/erfa.num00b
> reading sources... [ 54%] api/erfa.num06a
> reading sources... [ 54%] api/erfa.numat
> reading sources... [ 55%] api/erfa.nut00a
> reading sources... [ 55%] api/erfa.nut00b
> reading sources... [ 55%] api/erfa.nut06a
> reading sources... [ 56%] api/erfa.nut80
> reading sources... [ 56%] api/erfa.nutm80
> reading sources... [ 57%] api/erfa.obl06
> reading sources... [ 57%] api/erfa.obl80
> reading sources... [ 57%] api/erfa.p06e
> reading sources... [ 58%] api/erfa.p2pv
> reading sources... [ 58%] api/erfa.p2s
> reading sources... [ 59%] api/erfa.pap
> reading sources... [ 59%] api/erfa.pas
> reading sources... [ 59%] api/erfa.pb06
> reading sources... [ 60%] api/erfa.pdp
> reading sources... [ 60%] api/erfa.pfw06
> reading sources... [ 61%] api/erfa.plan94
> reading sources... [ 61%] api/erfa.pm
> reading sources... [ 61%] api/erfa.pmat00
> reading sources... [ 62%] api/erfa.pmat06
> reading sources... [ 62%] api/erfa.pmat76
> reading sources... [ 62%] api/erfa.pmp
> reading sources... [ 63%] api/erfa.pmpx
> reading sources... [ 63%] api/erfa.pmsafe
> reading sources... [ 64%] api/erfa.pn
> reading sources... [ 64%] api/erfa.pn00
> reading sources... [ 64%] api/erfa.pn00a
> reading sources... [ 65%] api/erfa.pn00b
> reading sources... [ 65%] api/erfa.pn06
> reading sources... [ 66%] api/erfa.pn06a
> reading sources... [ 66%] api/erfa.pnm00a
> reading sources... [ 66%] api/erfa.pnm00b
> reading sources... [ 67%] api/erfa.pnm06a
> reading sources... [ 67%] api/erfa.pnm80
> reading sources... [ 67%] api/erfa.pom00
> reading sources... [ 68%] api/erfa.ppp
> reading sources... [ 68%] api/erfa.ppsp
> reading sources... [ 69%] api/erfa.pr00
> reading sources... [ 69%] api/erfa.prec76
> reading sources... [ 69%] api/erfa.pv2p
> reading sources... [ 70%] api/erfa.pv2s
> reading sources... [ 70%] api/erfa.pvdpv
> reading sources... [ 71%] api/erfa.pvm
> reading sources... [ 71%] api/erfa.pvmpv
> reading sources... [ 71%] api/erfa.pvppv
> reading sources... [ 72%] api/erfa.pvstar
> reading sources... [ 72%] api/erfa.pvtob
> reading sources... [ 72%] api/erfa.pvu
> reading sources... [ 73%] api/erfa.pvup
> reading sources... [ 73%] api/erfa.pvxpv
> reading sources... [ 74%] api/erfa.pxp
> reading sources... [ 74%] api/erfa.refco
> reading sources... [ 74%] api/erfa.rm2v
> reading sources... [ 75%] api/erfa.rv2m
> reading sources... [ 75%] api/erfa.rx
> reading sources... [ 76%] api/erfa.rxp
> reading sources... [ 76%] api/erfa.rxpv
> reading sources... [ 76%] api/erfa.rxr
> reading sources... [ 77%] api/erfa.ry
> reading sources... [ 77%] api/erfa.rz
> reading sources... [ 77%] api/erfa.s00
> reading sources... [ 78%] api/erfa.s00a
> reading sources... [ 78%] api/erfa.s00b
> reading sources... [ 79%] api/erfa.s06
> reading sources... [ 79%] api/erfa.s06a
> reading sources... [ 79%] api/erfa.s2c
> reading sources... [ 80%] api/erfa.s2p
> reading sources... [ 80%] api/erfa.s2pv
> reading sources... [ 81%] api/erfa.s2xpv
> reading sources... [ 81%] api/erfa.sepp
> reading sources... [ 81%] api/erfa.seps
> reading sources... [ 82%] api/erfa.sp00
> reading sources... [ 82%] api/erfa.starpm
> reading sources... [ 83%] api/erfa.starpv
> reading sources... [ 83%] api/erfa.sxp
> reading sources... [ 83%] api/erfa.sxpv
> reading sources... [ 84%] api/erfa.taitt
> reading sources... [ 84%] api/erfa.taiut1
> reading sources... [ 84%] api/erfa.taiutc
> reading sources... [ 85%] api/erfa.tcbtdb
> reading sources... [ 85%] api/erfa.tcgtt
> reading sources... [ 86%] api/erfa.tdbtcb
> reading sources... [ 86%] api/erfa.tdbtt
> reading sources... [ 86%] api/erfa.tf2a
> reading sources... [ 87%] api/erfa.tf2d
> reading sources... [ 87%] api/erfa.tpors
> reading sources... [ 88%] api/erfa.tporv
> reading sources... [ 88%] api/erfa.tpsts
> reading sources... [ 88%] api/erfa.tpstv
> reading sources... [ 89%] api/erfa.tpxes
> reading sources... [ 89%] api/erfa.tpxev
> reading sources... [ 89%] api/erfa.tr
> reading sources... [ 90%] api/erfa.trxp
> reading sources... [ 90%] api/erfa.trxpv
> reading sources... [ 91%] api/erfa.tttai
> reading sources... [ 91%] api/erfa.tttcg
> reading sources... [ 91%] api/erfa.tttdb
> reading sources... [ 92%] api/erfa.ttut1
> reading sources... [ 92%] api/erfa.ut1tai
> reading sources... [ 93%] api/erfa.ut1tt
> reading sources... [ 93%] api/erfa.ut1utc
> reading sources... [ 93%] api/erfa.utctai
> reading sources... [ 94%] api/erfa.utcut1
> reading sources... [ 94%] api/erfa.version.erfa_version
> reading sources... [ 94%] api/erfa.version.sofa_version
> reading sources... [ 95%] api/erfa.version.version
> reading sources... [ 95%] api/erfa.xy06
> reading sources... [ 96%] api/erfa.xys00a
> reading sources... [ 96%] api/erfa.xys00b
> reading sources... [ 96%] api/erfa.xys06a
> reading sources... [ 97%] api/erfa.zp
> reading sources... [ 97%] api/erfa.zpv
> reading sources... [ 98%] api/erfa.zr
> reading sources... [ 98%] changelog
> reading sources... [ 98%] credits
> reading sources... [ 99%] index
> reading sources... [ 99%] license
> reading sources... [100%] quickstart
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa/core.py:docstring of erfa.core.bi00:4: CRITICAL: Unexpected section title or transition.
> 
> ****
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa/core.py:docstring of erfa.core.fk5hip:2: CRITICAL: Unexpected section title or transition.
> 
> ****
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa/core.py:docstring of erfa.core.ir:2: CRITICAL: Unexpected section title or transition.
> 
> ****
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa/core.py:docstring of erfa.core.zp:2: CRITICAL: Unexpected section title or transition.
> 
> ****
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa/core.py:docstring of erfa.core.zpv:2: CRITICAL: Unexpected section title or transition.
> 
> ****
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa/core.py:docstring of erfa.core.zr:2: CRITICAL: Unexpected section title or transition.
> 
> ****
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [  0%] api
> writing output... [  0%] api/erfa.ErfaError
> writing output... [  1%] api/erfa.ErfaWarning
> writing output... [  1%] api/erfa.a2af
> writing output... [  1%] api/erfa.a2tf
> writing output... [  2%] api/erfa.ab
> writing output... [  2%] api/erfa.ae2hd
> writing output... [  3%] api/erfa.af2a
> writing output... [  3%] api/erfa.anp
> writing output... [  3%] api/erfa.anpm
> writing output... [  4%] api/erfa.apcg
> writing output... [  4%] api/erfa.apcg13
> writing output... [  5%] api/erfa.apci
> writing output... [  5%] api/erfa.apci13
> writing output... [  5%] api/erfa.apco
> writing output... [  6%] api/erfa.apco13
> writing output... [  6%] api/erfa.apcs
> writing output... [  6%] api/erfa.apcs13
> writing output... [  7%] api/erfa.aper
> writing output... [  7%] api/erfa.aper13
> writing output... [  8%] api/erfa.apio
> writing output... [  8%] api/erfa.apio13
> writing output... [  8%] api/erfa.atcc13
> writing output... [  9%] api/erfa.atccq
> writing output... [  9%] api/erfa.atci13
> writing output... [ 10%] api/erfa.atciq
> writing output... [ 10%] api/erfa.atciqn
> writing output... [ 10%] api/erfa.atciqz
> writing output... [ 11%] api/erfa.atco13
> writing output... [ 11%] api/erfa.atic13
> writing output... [ 11%] api/erfa.aticq
> writing output... [ 12%] api/erfa.aticqn
> writing output... [ 12%] api/erfa.atio13
> writing output... [ 13%] api/erfa.atioq
> writing output... [ 13%] api/erfa.atoc13
> writing output... [ 13%] api/erfa.atoi13
> writing output... [ 14%] api/erfa.atoiq
> writing output... [ 14%] api/erfa.bi00
> writing output... [ 15%] api/erfa.bp00
> writing output... [ 15%] api/erfa.bp06
> writing output... [ 15%] api/erfa.bpn2xy
> writing output... [ 16%] api/erfa.c2i00a
> writing output... [ 16%] api/erfa.c2i00b
> writing output... [ 16%] api/erfa.c2i06a
> writing output... [ 17%] api/erfa.c2ibpn
> writing output... [ 17%] api/erfa.c2ixy
> writing output... [ 18%] api/erfa.c2ixys
> writing output... [ 18%] api/erfa.c2s
> writing output... [ 18%] api/erfa.c2t00a
> writing output... [ 19%] api/erfa.c2t00b
> writing output... [ 19%] api/erfa.c2t06a
> writing output... [ 20%] api/erfa.c2tcio
> writing output... [ 20%] api/erfa.c2teqx
> writing output... [ 20%] api/erfa.c2tpe
> writing output... [ 21%] api/erfa.c2txy
> writing output... [ 21%] api/erfa.cal2jd
> writing output... [ 22%] api/erfa.cp
> writing output... [ 22%] api/erfa.cpv
> writing output... [ 22%] api/erfa.cr
> writing output... [ 23%] api/erfa.d2dtf
> writing output... [ 23%] api/erfa.d2tf
> writing output... [ 23%] api/erfa.dat
> writing output... [ 24%] api/erfa.dtdb
> writing output... [ 24%] api/erfa.dtf2d
> writing output... [ 25%] api/erfa.eceq06
> writing output... [ 25%] api/erfa.ecm06
> writing output... [ 25%] api/erfa.ee00
> writing output... [ 26%] api/erfa.ee00a
> writing output... [ 26%] api/erfa.ee00b
> writing output... [ 27%] api/erfa.ee06a
> writing output... [ 27%] api/erfa.eect00
> writing output... [ 27%] api/erfa.eform
> writing output... [ 28%] api/erfa.eo06a
> writing output... [ 28%] api/erfa.eors
> writing output... [ 28%] api/erfa.epb
> writing output... [ 29%] api/erfa.epb2jd
> writing output... [ 29%] api/erfa.epj
> writing output... [ 30%] api/erfa.epj2jd
> writing output... [ 30%] api/erfa.epv00
> writing output... [ 30%] api/erfa.eqec06
> writing output... [ 31%] api/erfa.eqeq94
> writing output... [ 31%] api/erfa.era00
> writing output... [ 32%] api/erfa.fad03
> writing output... [ 32%] api/erfa.fae03
> writing output... [ 32%] api/erfa.faf03
> writing output... [ 33%] api/erfa.faju03
> writing output... [ 33%] api/erfa.fal03
> writing output... [ 33%] api/erfa.falp03
> writing output... [ 34%] api/erfa.fama03
> writing output... [ 34%] api/erfa.fame03
> writing output... [ 35%] api/erfa.fane03
> writing output... [ 35%] api/erfa.faom03
> writing output... [ 35%] api/erfa.fapa03
> writing output... [ 36%] api/erfa.fasa03
> writing output... [ 36%] api/erfa.faur03
> writing output... [ 37%] api/erfa.fave03
> writing output... [ 37%] api/erfa.fk425
> writing output... [ 37%] api/erfa.fk45z
> writing output... [ 38%] api/erfa.fk524
> writing output... [ 38%] api/erfa.fk52h
> writing output... [ 38%] api/erfa.fk54z
> writing output... [ 39%] api/erfa.fk5hip
> writing output... [ 39%] api/erfa.fk5hz
> writing output... [ 40%] api/erfa.fw2m
> writing output... [ 40%] api/erfa.fw2xy
> writing output... [ 40%] api/erfa.g2icrs
> writing output... [ 41%] api/erfa.gc2gd
> writing output... [ 41%] api/erfa.gc2gde
> writing output... [ 42%] api/erfa.gd2gc
> writing output... [ 42%] api/erfa.gd2gce
> writing output... [ 42%] api/erfa.gmst00
> writing output... [ 43%] api/erfa.gmst06
> writing output... [ 43%] api/erfa.gmst82
> writing output... [ 44%] api/erfa.gst00a
> writing output... [ 44%] api/erfa.gst00b
> writing output... [ 44%] api/erfa.gst06
> writing output... [ 45%] api/erfa.gst06a
> writing output... [ 45%] api/erfa.gst94
> writing output... [ 45%] api/erfa.h2fk5
> writing output... [ 46%] api/erfa.hd2ae
> writing output... [ 46%] api/erfa.hd2pa
> writing output... [ 47%] api/erfa.hfk5z
> writing output... [ 47%] api/erfa.icrs2g
> writing output... [ 47%] api/erfa.ir
> writing output... [ 48%] api/erfa.jd2cal
> writing output... [ 48%] api/erfa.jdcalf
> writing output... [ 49%] api/erfa.ld
> writing output... [ 49%] api/erfa.ldn
> writing output... [ 49%] api/erfa.ldsun
> writing output... [ 50%] api/erfa.leap_seconds
> writing output... [ 50%] api/erfa.lteceq
> writing output... [ 50%] api/erfa.ltecm
> writing output... [ 51%] api/erfa.lteqec
> writing output... [ 51%] api/erfa.ltp
> writing output... [ 52%] api/erfa.ltpb
> writing output... [ 52%] api/erfa.ltpecl
> writing output... [ 52%] api/erfa.ltpequ
> writing output... [ 53%] api/erfa.moon98
> writing output... [ 53%] api/erfa.num00a
> writing output... [ 54%] api/erfa.num00b
> writing output... [ 54%] api/erfa.num06a
> writing output... [ 54%] api/erfa.numat
> writing output... [ 55%] api/erfa.nut00a
> writing output... [ 55%] api/erfa.nut00b
> writing output... [ 55%] api/erfa.nut06a
> writing output... [ 56%] api/erfa.nut80
> writing output... [ 56%] api/erfa.nutm80
> writing output... [ 57%] api/erfa.obl06
> writing output... [ 57%] api/erfa.obl80
> writing output... [ 57%] api/erfa.p06e
> writing output... [ 58%] api/erfa.p2pv
> writing output... [ 58%] api/erfa.p2s
> writing output... [ 59%] api/erfa.pap
> writing output... [ 59%] api/erfa.pas
> writing output... [ 59%] api/erfa.pb06
> writing output... [ 60%] api/erfa.pdp
> writing output... [ 60%] api/erfa.pfw06
> writing output... [ 61%] api/erfa.plan94
> writing output... [ 61%] api/erfa.pm
> writing output... [ 61%] api/erfa.pmat00
> writing output... [ 62%] api/erfa.pmat06
> writing output... [ 62%] api/erfa.pmat76
> writing output... [ 62%] api/erfa.pmp
> writing output... [ 63%] api/erfa.pmpx
> writing output... [ 63%] api/erfa.pmsafe
> writing output... [ 64%] api/erfa.pn
> writing output... [ 64%] api/erfa.pn00
> writing output... [ 64%] api/erfa.pn00a
> writing output... [ 65%] api/erfa.pn00b
> writing output... [ 65%] api/erfa.pn06
> writing output... [ 66%] api/erfa.pn06a
> writing output... [ 66%] api/erfa.pnm00a
> writing output... [ 66%] api/erfa.pnm00b
> writing output... [ 67%] api/erfa.pnm06a
> writing output... [ 67%] api/erfa.pnm80
> writing output... [ 67%] api/erfa.pom00
> writing output... [ 68%] api/erfa.ppp
> writing output... [ 68%] api/erfa.ppsp
> writing output... [ 69%] api/erfa.pr00
> writing output... [ 69%] api/erfa.prec76
> writing output... [ 69%] api/erfa.pv2p
> writing output... [ 70%] api/erfa.pv2s
> writing output... [ 70%] api/erfa.pvdpv
> writing output... [ 71%] api/erfa.pvm
> writing output... [ 71%] api/erfa.pvmpv
> writing output... [ 71%] api/erfa.pvppv
> writing output... [ 72%] api/erfa.pvstar
> writing output... [ 72%] api/erfa.pvtob
> writing output... [ 72%] api/erfa.pvu
> writing output... [ 73%] api/erfa.pvup
> writing output... [ 73%] api/erfa.pvxpv
> writing output... [ 74%] api/erfa.pxp
> writing output... [ 74%] api/erfa.refco
> writing output... [ 74%] api/erfa.rm2v
> writing output... [ 75%] api/erfa.rv2m
> writing output... [ 75%] api/erfa.rx
> writing output... [ 76%] api/erfa.rxp
> writing output... [ 76%] api/erfa.rxpv
> writing output... [ 76%] api/erfa.rxr
> writing output... [ 77%] api/erfa.ry
> writing output... [ 77%] api/erfa.rz
> writing output... [ 77%] api/erfa.s00
> writing output... [ 78%] api/erfa.s00a
> writing output... [ 78%] api/erfa.s00b
> writing output... [ 79%] api/erfa.s06
> writing output... [ 79%] api/erfa.s06a
> writing output... [ 79%] api/erfa.s2c
> writing output... [ 80%] api/erfa.s2p
> writing output... [ 80%] api/erfa.s2pv
> writing output... [ 81%] api/erfa.s2xpv
> writing output... [ 81%] api/erfa.sepp
> writing output... [ 81%] api/erfa.seps
> writing output... [ 82%] api/erfa.sp00
> writing output... [ 82%] api/erfa.starpm
> writing output... [ 83%] api/erfa.starpv
> writing output... [ 83%] api/erfa.sxp
> writing output... [ 83%] api/erfa.sxpv
> writing output... [ 84%] api/erfa.taitt
> writing output... [ 84%] api/erfa.taiut1
> writing output... [ 84%] api/erfa.taiutc
> writing output... [ 85%] api/erfa.tcbtdb
> writing output... [ 85%] api/erfa.tcgtt
> writing output... [ 86%] api/erfa.tdbtcb
> writing output... [ 86%] api/erfa.tdbtt
> writing output... [ 86%] api/erfa.tf2a
> writing output... [ 87%] api/erfa.tf2d
> writing output... [ 87%] api/erfa.tpors
> writing output... [ 88%] api/erfa.tporv
> writing output... [ 88%] api/erfa.tpsts
> writing output... [ 88%] api/erfa.tpstv
> writing output... [ 89%] api/erfa.tpxes
> writing output... [ 89%] api/erfa.tpxev
> writing output... [ 89%] api/erfa.tr
> writing output... [ 90%] api/erfa.trxp
> writing output... [ 90%] api/erfa.trxpv
> writing output... [ 91%] api/erfa.tttai
> writing output... [ 91%] api/erfa.tttcg
> writing output... [ 91%] api/erfa.tttdb
> writing output... [ 92%] api/erfa.ttut1
> writing output... [ 92%] api/erfa.ut1tai
> writing output... [ 93%] api/erfa.ut1tt
> writing output... [ 93%] api/erfa.ut1utc
> writing output... [ 93%] api/erfa.utctai
> writing output... [ 94%] api/erfa.utcut1
> writing output... [ 94%] api/erfa.version.erfa_version
> writing output... [ 94%] api/erfa.version.sofa_version
> writing output... [ 95%] api/erfa.version.version
> writing output... [ 95%] api/erfa.xy06
> writing output... [ 96%] api/erfa.xys00a
> writing output... [ 96%] api/erfa.xys00b
> writing output... [ 96%] api/erfa.xys06a
> writing output... [ 97%] api/erfa.zp
> writing output... [ 97%] api/erfa.zpv
> writing output... [ 98%] api/erfa.zr
> writing output... [ 98%] changelog
> [changelog_links] Adding changelog links to "changelog"
> writing output... [ 98%] credits
> writing output... [ 99%] index
> writing output... [ 99%] license
> writing output... [100%] quickstart
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa/helpers.py:docstring of erfa.helpers.leap_seconds.update:9: WARNING: py:obj reference target not found: astropy.utils.iers.LeapSeconds
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa/helpers.py:docstring of erfa.helpers.leap_seconds.validate:10: WARNING: py:obj reference target not found: numpy.ndarray
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa/helpers.py:docstring of erfa.helpers.leap_seconds.validate:18: WARNING: py:obj reference target not found: datetime.datetime
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa/helpers.py:docstring of erfa.helpers.leap_seconds.validate:13: WARNING: py:obj reference target not found: datetime.datetime
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build/erfa/helpers.py:docstring of erfa.helpers.leap_seconds.validate:13: WARNING: py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/README.rst:40: WARNING: py:obj reference target not found: numpy.dtype
> generating indices... genindex py-modindex done
> highlighting module code... [ 50%] erfa.core
> highlighting module code... [100%] erfa.helpers
> 
> writing additional pages... search done
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 12 warnings.
> 
> The HTML pages are in ../build/html.
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyerfa/build; python3.10 -m pytest 
> ============================= test session starts ==============================
> platform linux -- Python 3.10.9, pytest-7.2.0, pluggy-1.0.0+repack
> rootdir: /<<PKGBUILDDIR>>, configfile: setup.cfg
> plugins: doctestplus-0.12.1
> collected 279 items
> 
> erfa/helpers.py .                                                        [  0%]
> erfa/tests/test_erfa.py ...s........................s.                   [ 11%]
> erfa/tests/test_ufunc.py ..................................F............ [ 27%]
> ...................................................F.................... [ 53%]
> .F...................................................................... [ 79%]
> .....................................................F.F.                [100%]
> 
> =================================== FAILURES ===================================
> __________________________________ test_bi00 ___________________________________
> [XPASS(strict)] do not yet support no-input ufuncs
> _________________________________ test_fk5hip __________________________________
> [XPASS(strict)] do not yet support no-input ufuncs
> ___________________________________ test_ir ____________________________________
> [XPASS(strict)] do not yet support no-input ufuncs
> ___________________________________ test_zp ____________________________________
> [XPASS(strict)] do not yet support no-input ufuncs
> ___________________________________ test_zr ____________________________________
> [XPASS(strict)] do not yet support no-input ufuncs
> =============================== warnings summary ===============================
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestAstromNotInplace::test_scalar_input
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestAstromNotInplace::test_scalar_input is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestAstromNotInplace::test_array_input
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestAstromNotInplace::test_array_input is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_set_reset_leap_seconds
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_set_reset_leap_seconds is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_set_reset_leap_seconds
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:916: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_set_reset_leap_seconds is using nose-specific method: `teardown(self)`
>   To remove this warning, rename it to `teardown_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     next(it)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_set_leap_seconds
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_set_leap_seconds is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_set_leap_seconds
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:916: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_set_leap_seconds is using nose-specific method: `teardown(self)`
>   To remove this warning, rename it to `teardown_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     next(it)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table0-January]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table0-January] is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table0-January]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:916: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table0-January] is using nose-specific method: `teardown(self)`
>   To remove this warning, rename it to `teardown_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     next(it)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table1-jump]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table1-jump] is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table1-jump]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:916: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table1-jump] is using nose-specific method: `teardown(self)`
>   To remove this warning, rename it to `teardown_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     next(it)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table2-dimension]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table2-dimension] is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table2-dimension]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:916: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table2-dimension] is using nose-specific method: `teardown(self)`
>   To remove this warning, rename it to `teardown_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     next(it)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_update_leap_seconds
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_update_leap_seconds is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_update_leap_seconds
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:916: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_update_leap_seconds is using nose-specific method: `teardown(self)`
>   To remove this warning, rename it to `teardown_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     next(it)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration[expiration0]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration[expiration0] is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration[expiration0]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:916: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration[expiration0] is using nose-specific method: `teardown(self)`
>   To remove this warning, rename it to `teardown_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     next(it)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration[1 January 2345]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration[1 January 2345] is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration[1 January 2345]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:916: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration[1 January 2345] is using nose-specific method: `teardown(self)`
>   To remove this warning, rename it to `teardown_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     next(it)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration_warning
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration_warning is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration_warning
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:916: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.10_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration_warning is using nose-specific method: `teardown(self)`
>   To remove this warning, rename it to `teardown_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     next(it)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info ============================
> FAILED erfa/tests/test_ufunc.py::test_bi00
> FAILED erfa/tests/test_ufunc.py::test_fk5hip
> FAILED erfa/tests/test_ufunc.py::test_ir
> FAILED erfa/tests/test_ufunc.py::test_zp
> FAILED erfa/tests/test_ufunc.py::test_zr
> ============ 5 failed, 272 passed, 2 skipped, 20 warnings in 1.04s =============
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyerfa/build; python3.10 -m pytest 
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build; python3.11 -m pytest 
> ============================= test session starts ==============================
> platform linux -- Python 3.11.1, pytest-7.2.0, pluggy-1.0.0+repack
> rootdir: /<<PKGBUILDDIR>>, configfile: setup.cfg
> plugins: doctestplus-0.12.1
> collected 279 items
> 
> erfa/helpers.py .                                                        [  0%]
> erfa/tests/test_erfa.py ...s........................s.                   [ 11%]
> erfa/tests/test_ufunc.py ..................................F............ [ 27%]
> ...................................................F.................... [ 53%]
> .F...................................................................... [ 79%]
> .....................................................F.F.                [100%]
> 
> =================================== FAILURES ===================================
> __________________________________ test_bi00 ___________________________________
> [XPASS(strict)] do not yet support no-input ufuncs
> _________________________________ test_fk5hip __________________________________
> [XPASS(strict)] do not yet support no-input ufuncs
> ___________________________________ test_ir ____________________________________
> [XPASS(strict)] do not yet support no-input ufuncs
> ___________________________________ test_zp ____________________________________
> [XPASS(strict)] do not yet support no-input ufuncs
> ___________________________________ test_zr ____________________________________
> [XPASS(strict)] do not yet support no-input ufuncs
> =============================== warnings summary ===============================
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestAstromNotInplace::test_scalar_input
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestAstromNotInplace::test_scalar_input is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestAstromNotInplace::test_array_input
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestAstromNotInplace::test_array_input is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_set_reset_leap_seconds
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_set_reset_leap_seconds is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_set_reset_leap_seconds
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:916: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_set_reset_leap_seconds is using nose-specific method: `teardown(self)`
>   To remove this warning, rename it to `teardown_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     next(it)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_set_leap_seconds
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_set_leap_seconds is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_set_leap_seconds
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:916: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_set_leap_seconds is using nose-specific method: `teardown(self)`
>   To remove this warning, rename it to `teardown_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     next(it)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table0-January]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table0-January] is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table0-January]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:916: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table0-January] is using nose-specific method: `teardown(self)`
>   To remove this warning, rename it to `teardown_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     next(it)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table1-jump]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table1-jump] is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table1-jump]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:916: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table1-jump] is using nose-specific method: `teardown(self)`
>   To remove this warning, rename it to `teardown_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     next(it)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table2-dimension]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table2-dimension] is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table2-dimension]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:916: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_validation[table2-dimension] is using nose-specific method: `teardown(self)`
>   To remove this warning, rename it to `teardown_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     next(it)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_update_leap_seconds
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_update_leap_seconds is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_update_leap_seconds
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:916: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_update_leap_seconds is using nose-specific method: `teardown(self)`
>   To remove this warning, rename it to `teardown_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     next(it)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration[expiration0]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration[expiration0] is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration[expiration0]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:916: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration[expiration0] is using nose-specific method: `teardown(self)`
>   To remove this warning, rename it to `teardown_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     next(it)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration[1 January 2345]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration[1 January 2345] is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration[1 January 2345]
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:916: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration[1 January 2345] is using nose-specific method: `teardown(self)`
>   To remove this warning, rename it to `teardown_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     next(it)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration_warning
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration_warning is using nose-specific method: `setup(self)`
>   To remove this warning, rename it to `setup_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     fixture_result = next(generator)
> 
> .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration_warning
>   /usr/lib/python3/dist-packages/_pytest/fixtures.py:916: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
>   .pybuild/cpython3_3.11_pyerfa/build/erfa/tests/test_erfa.py::TestLeapSeconds::test_with_expiration_warning is using nose-specific method: `teardown(self)`
>   To remove this warning, rename it to `teardown_method(self)`
>   See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
>     next(it)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info ============================
> FAILED erfa/tests/test_ufunc.py::test_bi00
> FAILED erfa/tests/test_ufunc.py::test_fk5hip
> FAILED erfa/tests/test_ufunc.py::test_ir
> FAILED erfa/tests/test_ufunc.py::test_zp
> FAILED erfa/tests/test_ufunc.py::test_zr
> ============ 5 failed, 272 passed, 2 skipped, 20 warnings in 1.09s =============
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyerfa/build; python3.11 -m pytest 
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.11" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/01/13/pyerfa_2.0.0.1+ds-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230113;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230113&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the Debian-astro-maintainers mailing list