Browse Source

[master] Commented unused parameters

Francis Dupont 8 years ago
parent
commit
075eb0a150
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/dhcpsrv/tests/host_reservation_parser_unittest.cc

+ 2 - 2
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<uint8_t>& expected_identifier) const {
+                         const Host::IdentifierType& /*expected_identifier_type*/,
+                         const std::vector<uint8_t>& /*expected_identifier*/) const {
         std::ostringstream config;
         config << "{ \"" << identifier_name << "\": \"" << identifier_value
                << "\","