projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
688088f
)
another warning avoidance
author
Robert Bradshaw
<robertwb@math.washington.edu>
Sat, 7 Mar 2009 23:31:11 +0000
(15:31 -0800)
committer
Robert Bradshaw
<robertwb@math.washington.edu>
Sat, 7 Mar 2009 23:31:11 +0000
(15:31 -0800)
Cython/Compiler/Nodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Nodes.py
b/Cython/Compiler/Nodes.py
index f88c8b0ecec4bdf385985746227f0ff5f007d0c0..c174cb836db9fd4084437e5a992b04f6e11c72fa 100644
(file)
--- a/
Cython/Compiler/Nodes.py
+++ b/
Cython/Compiler/Nodes.py
@@
-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 */