From 0f3fbf1eab50c35199908a0532de82c0b4917024 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Wed, 8 Oct 2008 13:34:09 +0000 Subject: Use NPY_UNUSED in numpy.core sources. --- numpy/core/src/arraymethods.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/src/arraymethods.c') diff --git a/numpy/core/src/arraymethods.c b/numpy/core/src/arraymethods.c index 8e50bcdf7..7615fcfb9 100644 --- a/numpy/core/src/arraymethods.c +++ b/numpy/core/src/arraymethods.c @@ -1105,7 +1105,7 @@ _setlist_pkl(PyArrayObject *self, PyObject *list) static PyObject * -array_reduce(PyArrayObject *self, PyObject *args) +array_reduce(PyArrayObject *self, PyObject *NPY_UNUSED(args)) { /* version number of this pickle type. Increment if we need to change the format. Be sure to handle the old versions in -- cgit v1.2.1