Compilation failure with gtest and --with-werror
There are two compilation warnings in src/lib/dhcpsrv that, together with werror enabled, cause the compilation to fail.
-
host_mgr_unittest.cc:508:1: error: ‘void {anonymous}::HostMgrTest::testGetAllbyHostnameSubnet6(isc::dhcp::BaseHostDataSource&, isc::dhcp::BaseHostDataSource&)’ defined but not used
-
virtual Lease4Collection getLeases4(const std::string& hostname) const``` (repeated for both v4 and v6)
Edited by Tomek Mrugalski