Browse Source

[trac613] suppress functionConst for resolver_cache.h, too.

it should have been necessary but apparently the check was skipped due to
the way we include header files.
JINMEI Tatuya 14 years ago
parent
commit
0de367c06c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/cppcheck-suppress.lst

+ 1 - 0
src/cppcheck-suppress.lst

@@ -6,6 +6,7 @@ missingInclude
 unreadVariable:src/lib/dns/rdata/template.cc:59
 unreadVariable:src/lib/dns/rdata/template.cc:59
 // These two trigger warnings due to the incomplete implementation.  This is
 // These two trigger warnings due to the incomplete implementation.  This is
 // our problem, but we need to suppress the warnings for now.
 // our problem, but we need to suppress the warnings for now.
+functionConst:src/lib/cache/resolver_cache.h
 functionConst:src/lib/cache/message_cache.h
 functionConst:src/lib/cache/message_cache.h
 functionConst:src/lib/cache/rrset_cache.h
 functionConst:src/lib/cache/rrset_cache.h
 // Intentional self assignment tests.  Suppress warning about them.
 // Intentional self assignment tests.  Suppress warning about them.