summaryrefslogtreecommitdiffstats
path: root/src/cppcheck-suppress.lst
blob: 1020ffe534ee9cd2ff4e494dbe1cfcf59eac8237 (plain)
1
2
3
4
5
6
7
8
9
10
11
// On some systems cppcheck produces false alarms about 'missing includes'.
// the following two will suppress, depending on the cppcheck version
debug
missingInclude
// This is a template, and should be excluded from the check
unreadVariable:src/lib/dns/rdata/template.cc:61
// Intentional self assignment tests.  Suppress warning about them.
selfAssignment:src/lib/dns/tests/name_unittest.cc:293
selfAssignment:src/lib/dns/tests/rdata_unittest.cc:228
selfAssignment:src/lib/dns/tests/tsigkey_unittest.cc:137
selfAssignment:src/lib/dns/tests/rdata_txt_like_unittest.cc:222