Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
f7b60d9d
Commit
f7b60d9d
authored
Jun 12, 2013
by
Michal 'vorner' Vaner
Browse files
[2726] Suppress false positive cppcheck warning
parent
ed508fe4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/option_custom.h
View file @
f7b60d9d
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment