From: Eduard Bagdasaryan Date: Wed, 18 Aug 2021 13:36:36 +0000 (+0300) Subject: Fixed an 'unused parameter' error X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aeaf83d;p=thirdparty%2Fsquid.git Fixed an 'unused parameter' error --- diff --git a/src/mgr/Inquirer.cc b/src/mgr/Inquirer.cc index 570f8d347e..8bfa118b3a 100644 --- a/src/mgr/Inquirer.cc +++ b/src/mgr/Inquirer.cc @@ -107,7 +107,7 @@ Mgr::Inquirer::noteWroteHeader(const CommIoCbParams& params) /// called when the HTTP client or some external force closed our socket void -Mgr::Inquirer::noteCommClosed(const CommCloseCbParams& params) +Mgr::Inquirer::noteCommClosed(const CommCloseCbParams &) { debugs(16, 5, HERE); closer = nullptr;