Commit 7cea13c3 authored by Stefan Behnel's avatar Stefan Behnel

suppress C compiler warning

parent cdcecdde
......@@ -52,7 +52,7 @@ static CYTHON_INLINE PyObject* __Pyx__Coroutine_Yield_From(__pyx_CoroutineObject
//@requires: Coroutine
//@requires: GetAwaitIter
static int __Pyx_WarnAIterDeprecation(PyObject *aiter) {
static int __Pyx_WarnAIterDeprecation(CYTHON_UNUSED PyObject *aiter) {
int result;
#if PY_MAJOR_VERSION >= 3
result = PyErr_WarnFormat(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment