2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[2726] Suppress false positive cppcheck warning

This commit is contained in:
Michal 'vorner' Vaner
2013-06-12 12:09:41 +02:00
parent ed508fe48f
commit f7b60d9d56

View File

@@ -309,6 +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<typename T>
void checkDataType(const uint32_t index) const;