diff options
author | JINMEI Tatuya <jinmei@isc.org> | 2011-03-03 20:38:47 +0100 |
---|---|---|
committer | JINMEI Tatuya <jinmei@isc.org> | 2011-03-03 20:38:47 +0100 |
commit | 87829d23b5d698611c94ee92f758558d8ad95468 (patch) | |
tree | 3b9263352ea297331bd07de36027264c9992bfd1 /src/cppcheck-suppress.lst | |
parent | [master] add asterisk for operation change; fix typo (diff) | |
download | kea-87829d23b5d698611c94ee92f758558d8ad95468.tar.xz kea-87829d23b5d698611c94ee92f758558d8ad95468.zip |
[master] minor editorial correction. going to push directly.
Diffstat (limited to 'src/cppcheck-suppress.lst')
-rw-r--r-- | src/cppcheck-suppress.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppcheck-suppress.lst b/src/cppcheck-suppress.lst index 2c82b74df5..3e4dcd6948 100644 --- a/src/cppcheck-suppress.lst +++ b/src/cppcheck-suppress.lst @@ -4,7 +4,7 @@ debug missingInclude // This is a template, and should be excluded from the check unreadVariable:src/lib/dns/rdata/template.cc:59 -// These two trigger warnings due to the incomplete implementation. This is +// These three trigger warnings due to the incomplete implementation. This is // 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 |