Commit edcede5e authored by Robert Bradshaw's avatar Robert Bradshaw

another warning avoidance

parent 688088fb
......@@ -4915,7 +4915,7 @@ static int __Pyx_PrintOne(PyObject *o) {
return 0;
/* the line below is just to avoid compiler
* compiler warnings about unused functions */
__Pyx_Print(NULL, 0);
return __Pyx_Print(NULL, 0);
}
#else /* Python 3 has a print function */
......
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