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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user