aboutsummaryrefslogtreecommitdiffstats
path: root/include/http_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/http_server.h')
-rw-r--r--include/http_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_server.h b/include/http_server.h
index fbe470d..94f2fc3 100644
--- a/include/http_server.h
+++ b/include/http_server.h
@@ -104,7 +104,7 @@ namespace crow
CROW_LOG_INFO << server_name_ << " server is running, local port " << port_;
signals_.async_wait(
- [&](const boost::system::error_code& error, int signal_number){
+ [&](const boost::system::error_code& /*error*/, int /*signal_number*/){
stop();
});