aboutsummaryrefslogtreecommitdiffstats
path: root/include/http_server.h
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2016-08-27 18:03:49 +0900
committeripknHama <ipknhama@gmail.com>2016-08-27 18:03:49 +0900
commite161da45e08a2eaaec747a784020d69f8223418d (patch)
tree0e5c326565e4ddc8fd26d05715666faaf757315f /include/http_server.h
parentabc36e1b3ab2edf30ea07ea2a82a395ce312f6f6 (diff)
downloadcrow-e161da45e08a2eaaec747a784020d69f8223418d.tar.gz
crow-e161da45e08a2eaaec747a784020d69f8223418d.zip
Remove warnings: manually applying #101, #104
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();
});