summaryrefslogtreecommitdiff
path: root/numpy/numarray/_capi.c
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/numarray/_capi.c')
-rw-r--r--numpy/numarray/_capi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/numarray/_capi.c b/numpy/numarray/_capi.c
index a861feec9..875e383ea 100644
--- a/numpy/numarray/_capi.c
+++ b/numpy/numarray/_capi.c
@@ -90,7 +90,7 @@ static int
getWriteBufferDataPtr(PyObject *buffobj, void **buff)
{
#if defined(NPY_PY3K)
-#warning XXX - needs implementation
+ /* FIXME: XXX - needs implementation */
PyErr_SetString(PyExc_RuntimeError,
"XXX: getWriteBufferDataPtr is not implemented");
return -1;
@@ -127,7 +127,7 @@ static int
getReadBufferDataPtr(PyObject *buffobj, void **buff)
{
#if defined(NPY_PY3K)
-#warning XXX - needs implementation
+ /* FIXME: XXX - needs implementation */
PyErr_SetString(PyExc_RuntimeError,
"XXX: getWriteBufferDataPtr is not implemented");
return -1;
@@ -150,7 +150,7 @@ static int
getBufferSize(PyObject *buffobj)
{
#if defined(NPY_PY3K)
-#warning XXX - needs implementation
+ /* FIXME: XXX - needs implementation */
PyErr_SetString(PyExc_RuntimeError,
"XXX: getWriteBufferDataPtr is not implemented");
return -1;