diff options
author | JINMEI Tatuya <jinmei@isc.org> | 2011-02-25 03:17:00 +0100 |
---|---|---|
committer | JINMEI Tatuya <jinmei@isc.org> | 2011-02-25 03:17:00 +0100 |
commit | 1022129fcea6743037ed7ae2b363b0af082afd30 (patch) | |
tree | 18fa780012e6048e69f9f55f2a7d05a0208664d6 /src/cppcheck-suppress.lst | |
parent | [trac613] use nanosleep instead of usleep. mainly to silence cppcheck, (diff) | |
download | kea-1022129fcea6743037ed7ae2b363b0af082afd30.tar.xz kea-1022129fcea6743037ed7ae2b363b0af082afd30.zip |
[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.
Diffstat (limited to 'src/cppcheck-suppress.lst')
-rw-r--r-- | src/cppcheck-suppress.lst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cppcheck-suppress.lst b/src/cppcheck-suppress.lst new file mode 100644 index 0000000000..950ce6a799 --- /dev/null +++ b/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 |