summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVikram Bodireddy <vikram.bodireddy@linux.intel.com>2020-08-26 12:24:51 +0300
committerVikram Bodireddy <vikram.bodireddy@linux.intel.com>2020-08-26 12:24:51 +0300
commitf5b16f030f1fd67412c7d279e79b58ffc5e36f67 (patch)
tree12aec00b4728dac71d3eacddc872a74164e1263b /include
parent3fcb12d03cd99b6e0ea5a1a332676af440930bfa (diff)
downloadbmcweb-f5b16f030f1fd67412c7d279e79b58ffc5e36f67.tar.xz
Fix unused param errors
Unused param errors are throwing from this sources by the recent CMake changes. Looks like CI build didn't catch these errors then. Tested: Build is verified. Signed-off-by: Vikram Bodireddy <vikram.bodireddy@linux.intel.com> Change-Id: I139c01a78babc1c370c0c5de787291726ea42b53
Diffstat (limited to 'include')
-rw-r--r--include/nbd_proxy.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/nbd_proxy.hpp b/include/nbd_proxy.hpp
index 462e4a7503..ee0d9cd557 100644
--- a/include/nbd_proxy.hpp
+++ b/include/nbd_proxy.hpp
@@ -89,7 +89,7 @@ struct NbdProxyServer : std::enable_shared_from_this<NbdProxyServer>
auto mountHandler = [this, self(shared_from_this())](
const boost::system::error_code ec,
- const bool status) {
+ const bool) {
if (ec)
{
BMCWEB_LOG_ERROR << "DBus error: cannot call mount method = "
@@ -433,7 +433,7 @@ void requestRoutes(App& app)
session->second->close();
})
.onmessage([](crow::websocket::Connection& conn,
- const std::string& data, bool isBinary) {
+ const std::string& data, bool) {
BMCWEB_LOG_DEBUG << "nbd-proxy.onmessage(len = " << data.length()
<< ")";
// Acquire proxy from sessions