another warning avoidance
authorRobert Bradshaw <robertwb@math.washington.edu>
Sat, 7 Mar 2009 23:31:11 +0000 (15:31 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sat, 7 Mar 2009 23:31:11 +0000 (15:31 -0800)
Cython/Compiler/Nodes.py

index f88c8b0ecec4bdf385985746227f0ff5f007d0c0..c174cb836db9fd4084437e5a992b04f6e11c72fa 100644 (file)
@@ -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 */