From 075eb0a1508944165f5cd7b33226ada353ae6255 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Mon, 24 Apr 2017 01:58:06 +0200 Subject: [PATCH] [master] Commented unused parameters --- src/lib/dhcpsrv/tests/host_reservation_parser_unittest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/dhcpsrv/tests/host_reservation_parser_unittest.cc b/src/lib/dhcpsrv/tests/host_reservation_parser_unittest.cc index d0fabea943..af64e75fd4 100644 --- a/src/lib/dhcpsrv/tests/host_reservation_parser_unittest.cc +++ b/src/lib/dhcpsrv/tests/host_reservation_parser_unittest.cc @@ -138,8 +138,8 @@ protected: /// @param identifier_type Identifier type. void testIdentifier4(const std::string& identifier_name, const std::string& identifier_value, - const Host::IdentifierType& expected_identifier_type, - const std::vector& expected_identifier) const { + const Host::IdentifierType& /*expected_identifier_type*/, + const std::vector& /*expected_identifier*/) const { std::ostringstream config; config << "{ \"" << identifier_name << "\": \"" << identifier_value << "\"," -- 2.47.2