We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f971bbf + 96c6bf4 commit f00dfdbCopy full SHA for f00dfdb
Lib/python/pycontainer.swg
@@ -52,7 +52,7 @@ namespace swig {
52
struct container_owner {
53
// By default, do not add the back-reference (for value types)
54
// Specialization below will check the reference for pointer types.
55
- static bool back_reference(PyObject* child, PyObject* owner) {
+ static bool back_reference(PyObject* /*child*/, PyObject* /*owner*/) {
56
return false;
57
}
58
};
0 commit comments