Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
ec02d3d3
Commit
ec02d3d3
authored
Apr 19, 2011
by
JINMEI Tatuya
Browse files
[master] adjusted line numbers in the cppcheck suppression list so that
it works correctly with recent changes.
parent
270059b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cppcheck-suppress.lst
View file @
ec02d3d3
...
...
@@ -3,13 +3,13 @@
debug
missingInclude
// This is a template, and should be excluded from the check
unreadVariable:src/lib/dns/rdata/template.cc:
59
unreadVariable:src/lib/dns/rdata/template.cc:
60
// These three trigger warnings due to the incomplete implementation. This is
// our problem, but we need to suppress the warnings for now.
functionConst:src/lib/cache/resolver_cache.h
functionConst:src/lib/cache/message_cache.h
functionConst:src/lib/cache/rrset_cache.h
// Intentional self assignment tests. Suppress warning about them.
selfAssignment:src/lib/dns/tests/name_unittest.cc:29
2
selfAssignment:src/lib/dns/tests/rdata_unittest.cc:22
7
selfAssignment:src/lib/dns/tests/name_unittest.cc:29
3
selfAssignment:src/lib/dns/tests/rdata_unittest.cc:22
8
selfAssignment:src/lib/dns/tests/tsigkey_unittest.cc:104
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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