Closed kyprizel closed 11 years ago
Variable "res" was declared without initializer, so if Condition "PyType_Ready(tp) < 0" (2886), takes true branch we return unitialized var "res" in label "done".
thanks for the report, but this is autogenerated code, so I can't fix this.
You'll have to talk to swig.org (upstream)
Variable "res" was declared without initializer, so if Condition "PyType_Ready(tp) < 0" (2886), takes true branch we return unitialized var "res" in label "done".