Browse Source

[trac613] use an older format of suppressions option for wider applicability.

specifically, cppcheck on bind10.isc.org doesn't understand the
--suppressions-list= form of option.
JINMEI Tatuya 14 years ago
parent
commit
1022129fce
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/cppcheck-suppress.lst

+ 4 - 0
src/cppcheck-suppress.lst

@@ -0,0 +1,4 @@
+unreadVariable:src/lib/dns/rdata/template.cc:59
+uninitVar:src/lib/nsas/nameserver_entry.h
+functionConst:src/lib/cache/message_cache.h
+functionConst:src/lib/cache/rrset_cache.h