From 96c6bf4cc2b7262c633f8218b9cb5814f3fc936d Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Wed, 6 Nov 2019 17:00:47 +0100 Subject: Fix unused-parameter warning in pycontainer.swg --- Lib/python/pycontainer.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/python') diff --git a/Lib/python/pycontainer.swg b/Lib/python/pycontainer.swg index a7cc605ce..2ddf4c375 100644 --- a/Lib/python/pycontainer.swg +++ b/Lib/python/pycontainer.swg @@ -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; } }; -- cgit v1.2.1