mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[2726] Suppress false positive cppcheck warning
This commit is contained in:
@@ -309,6 +309,8 @@ private:
|
|||||||
/// @tparam data type to be validated.
|
/// @tparam data type to be validated.
|
||||||
///
|
///
|
||||||
/// @throw isc::dhcp::InvalidDataType if the type is invalid.
|
/// @throw isc::dhcp::InvalidDataType if the type is invalid.
|
||||||
|
//cppcheck-suppress unusedPrivateFunction It's used, confusion because of
|
||||||
|
//templates
|
||||||
template<typename T>
|
template<typename T>
|
||||||
void checkDataType(const uint32_t index) const;
|
void checkDataType(const uint32_t index) const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user