BIND 10 master, updated. 0e2f20e8a4f5c57c8c9ed8601edeacf52c4a4ab9 Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Apr 19 21:02:36 UTC 2011
The branch, master has been updated
via 0e2f20e8a4f5c57c8c9ed8601edeacf52c4a4ab9 (commit)
via ec02d3d35a79cf4acfe35dc7382ed69666d03f74 (commit)
from 2a27eff879ad941873586006fc2b944fd7c9471d (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 0e2f20e8a4f5c57c8c9ed8601edeacf52c4a4ab9
Merge: ec02d3d 2a27eff
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 19 14:02:32 2011 -0700
Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10
commit ec02d3d35a79cf4acfe35dc7382ed69666d03f74
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 19 14:01:49 2011 -0700
[master] adjusted line numbers in the cppcheck suppression list so that
it works correctly with recent changes.
-----------------------------------------------------------------------
Summary of changes:
src/cppcheck-suppress.lst | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/cppcheck-suppress.lst b/src/cppcheck-suppress.lst
index 3e4dcd6..e9c4beb 100644
--- a/src/cppcheck-suppress.lst
+++ b/src/cppcheck-suppress.lst
@@ -3,13 +3,13 @@
debug
missingInclude
// This is a template, and should be excluded from the check
-unreadVariable:src/lib/dns/rdata/template.cc:59
+unreadVariable:src/lib/dns/rdata/template.cc:60
// 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
functionConst:src/lib/cache/rrset_cache.h
// Intentional self assignment tests. Suppress warning about them.
-selfAssignment:src/lib/dns/tests/name_unittest.cc:292
-selfAssignment:src/lib/dns/tests/rdata_unittest.cc:227
+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:104
More information about the bind10-changes
mailing list