cppcheck-suppress.lst 574 B

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