cppcheck-suppress.lst 510 B

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