BIND 10 master, updated. 496a4378cfcc8430dd1155bb3ae5448f27ebfdfa [master] corrected a line number in a cppcheck filter, which was needed to be adjusted due to a recent change. pushing it directly.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri May 20 07:46:48 UTC 2011
The branch, master has been updated
via 496a4378cfcc8430dd1155bb3ae5448f27ebfdfa (commit)
from 6e6eda44e9b1b7236e3baccc25e008eb674440aa (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 496a4378cfcc8430dd1155bb3ae5448f27ebfdfa
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 20 00:45:55 2011 -0700
[master] corrected a line number in a cppcheck filter, which was
needed to be adjusted due to a recent change.
pushing it directly.
-----------------------------------------------------------------------
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 4659dc4..36b8e4c 100644
--- a/src/cppcheck-suppress.lst
+++ b/src/cppcheck-suppress.lst
@@ -12,4 +12,4 @@ functionConst:src/lib/cache/rrset_cache.h
// 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
-selfAssignment:src/lib/dns/tests/tsigkey_unittest.cc:125
+selfAssignment:src/lib/dns/tests/tsigkey_unittest.cc:137
More information about the bind10-changes
mailing list