BIND 10 master, updated. 41cbf5a91bdfa0b311aade6b05d2f51f59cce978 [master] adjusted cppcheck filter to suppress a false alarm about a template file. trivial, directly pushing the fix.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Sep 29 17:20:22 UTC 2011


The branch, master has been updated
       via  41cbf5a91bdfa0b311aade6b05d2f51f59cce978 (commit)
      from  d845ae918fe8dce6806c3f927a7c101fc0e2173d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 41cbf5a91bdfa0b311aade6b05d2f51f59cce978
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Sep 29 10:19:44 2011 -0700

    [master] adjusted cppcheck filter to suppress a false alarm about a template file.
    trivial, directly pushing the fix.

-----------------------------------------------------------------------

Summary of changes:
 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 a4fea30..8a4c7c1 100644
--- a/src/cppcheck-suppress.lst
+++ b/src/cppcheck-suppress.lst
@@ -3,7 +3,7 @@
 debug
 missingInclude
 // This is a template, and should be excluded from the check
-unreadVariable:src/lib/dns/rdata/template.cc:60
+unreadVariable:src/lib/dns/rdata/template.cc:61
 // Intentional self assignment tests.  Suppress warning about them.
 selfAssignment:src/lib/dns/tests/name_unittest.cc:293
 selfAssignment:src/lib/dns/tests/rdata_unittest.cc:228




More information about the bind10-changes mailing list