diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/src/npymath/ieee754.c.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/npymath/ieee754.c.src b/numpy/core/src/npymath/ieee754.c.src index fcfd15ab4..ea1792887 100644 --- a/numpy/core/src/npymath/ieee754.c.src +++ b/numpy/core/src/npymath/ieee754.c.src @@ -798,7 +798,7 @@ int npy_clear_floatstatus_barrier(char *param) #else -int npy_get_floatstatus_barrier(char NPY_UNUSED(*param)) +int npy_get_floatstatus_barrier(char *NPY_UNUSED(param)) { return 0; } |