From: Francis Dupont Date: Thu, 8 Nov 2018 11:02:04 +0000 (+0700) Subject: Unused argument X-Git-Tag: 259-libyang-adapt-authoritative_base X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=633e05b6739f7baa84cb529cc40d8abbba83de72;p=thirdparty%2Fkea.git Unused argument --- diff --git a/src/lib/http/tests/server_client_unittests.cc b/src/lib/http/tests/server_client_unittests.cc index 527f739ff8..fe88cc0601 100644 --- a/src/lib/http/tests/server_client_unittests.cc +++ b/src/lib/http/tests/server_client_unittests.cc @@ -1285,7 +1285,7 @@ TEST_F(HttpClientTest, clientConnectTimeout) { // try to send a request to the server. This simulates the // case of connect() taking very long and should eventually // cause the transaction to time out. - [](const boost::system::error_code& ec) { + [](const boost::system::error_code& /*ec*/) { return (false); }));