From: Francis Dupont Date: Mon, 22 Feb 2021 10:23:36 +0000 (+0100) Subject: [#1661] Fixed build (2) X-Git-Tag: Kea-1.9.6~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3694128b26f653dd1dd8182561ccb5bdfb95705;p=thirdparty%2Fkea.git [#1661] Fixed build (2) --- diff --git a/src/hooks/dhcp/high_availability/ha_service.h b/src/hooks/dhcp/high_availability/ha_service.h index 5a23b632ff..723d456189 100644 --- a/src/hooks/dhcp/high_availability/ha_service.h +++ b/src/hooks/dhcp/high_availability/ha_service.h @@ -1022,9 +1022,8 @@ protected: /// /// Currently is never called and does nothing. /// - /// @param ec Error status of the ASIO connect /// @return always true. - bool clientHandshakeHandler(const boost::system::error_code& ec) { + bool clientHandshakeHandler(const boost::system::error_code&) { return (true); }