You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: fix PyArray_ImportNumPyAPI under -Werror=strict-prototypes
Complete the prototype of `PyArray_ImportNumPyAPI()` by adding
`void` to the argument list so that this header does not cause
errors when the user is compiling with `-Werror=strict-prototypes`.
0 commit comments