Fix unused-parameter warning in pycontainer.swg
This commit is contained in:
parent
7051753fdf
commit
96c6bf4cc2
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ namespace swig {
|
|||
struct container_owner {
|
||||
// By default, do not add the back-reference (for value types)
|
||||
// Specialization below will check the reference for pointer types.
|
||||
static bool back_reference(PyObject* child, PyObject* owner) {
|
||||
static bool back_reference(PyObject* /*child*/, PyObject* /*owner*/) {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue