From 0f00c3880a0cb7498cd5adb86831f779d57d321f Mon Sep 17 00:00:00 2001 From: Michal 'vorner' Vaner Date: Thu, 13 Jun 2013 10:51:19 +0200 Subject: [PATCH] [2726] Really do suppress this warning Put it so cppcheck finds it. --- src/lib/dhcp/option_custom.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/dhcp/option_custom.h b/src/lib/dhcp/option_custom.h index 92d09b50a7..a7d2b95b02 100644 --- a/src/lib/dhcp/option_custom.h +++ b/src/lib/dhcp/option_custom.h @@ -309,9 +309,8 @@ private: /// @tparam data type to be validated. /// /// @throw isc::dhcp::InvalidDataType if the type is invalid. - //cppcheck-suppress unusedPrivateFunction It's used, confusion because of - //templates template + // cppcheck-suppress unusedPrivateFunction void checkDataType(const uint32_t index) const; /// @brief Check if data field index is valid.