8000 Merge pull request #11274 from charris/backport-11269 · r-devulap/numpy@7fdce63 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7fdce63

Browse files
authored
Merge pull request numpy#11274 from charris/backport-11269
BUG: Correct use of NPY_UNUSED.
2 parents e84a120 + 403a318 commit 7fdce63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/core/src/npymath/ieee754.c.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ int npy_clear_floatstatus_barrier(char *param)
799799

800800
#else
801801

802-
int npy_get_floatstatus_barrier(char NPY_UNUSED(*param))
802+
int npy_get_floatstatus_barrier(char *NPY_UNUSED(param))
803803
{
804804
return 0;
805805
}

0 commit comments

Comments
 (0)
0