12345678910 |
- // 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:60
- // 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
|