We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77fc17e commit b6d87cdCopy full SHA for b6d87cd
1 file changed
src/samplerate.cpp
@@ -328,8 +328,8 @@ class CallbackResampler {
328
329
CallbackResampler clone() const { return CallbackResampler(*this); }
330
CallbackResampler &__enter__() { return *this; }
331
- void __exit__(const py::object &exc_type, const py::object &exc,
332
- const py::object &exc_tb) {
+ void __exit__(const py::object &/*exc_type*/, const py::object &/*exc*/,
+ const py::object &/*exc_tb*/) {
333
_destroy();
334
}
335
};
0 commit comments