]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Unused argument 259-libyang-adapt-authoritative_base
authorFrancis Dupont <fdupont@isc.org>
Thu, 8 Nov 2018 11:02:04 +0000 (18:02 +0700)
committerFrancis Dupont <fdupont@isc.org>
Thu, 8 Nov 2018 11:02:04 +0000 (18:02 +0700)
src/lib/http/tests/server_client_unittests.cc

index 527f739ff80d52c509f99e6f2d7bde36f78fc21e..fe88cc0601039f45066c046cc98be7f2ddb03429 100644 (file)
@@ -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);
     }));