Commit 47f180f3 authored by Lisandro Dalcin's avatar Lisandro Dalcin

attempt to silent spurious MinGW warnigns

parent c65006bb
......@@ -5129,7 +5129,7 @@ class GILStatNode(TryFinallyStatNode):
code.putln("#endif")
else:
code.putln("#ifdef WITH_THREAD")
code.putln("PyThreadState *_save;")
code.putln("PyThreadState *_save = NULL;")
code.putln("#endif")
code.putln("Py_UNBLOCK_THREADS")
TryFinallyStatNode.generate_execution_code(self, code)
......
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