diff --git a/include/boost/python/converter/pytype_result_from_python.hpp b/include/boost/python/converter/pytype_result_from_python.hpp index b1a13e89..9cb95712 100644 --- a/include/boost/python/converter/pytype_result_from_python.hpp +++ b/include/boost/python/converter/pytype_result_from_python.hpp @@ -11,7 +11,7 @@ namespace boost { namespace python { namespace converter { BOOST_PYTHON_DECL python::detail::new_reference -pytype_result_from_python(PyTypeObject* type, PyObject* source); +pytype_result_from_python(PyTypeObject*, PyObject* source); }}} // namespace boost::python::converter