BIND 10 master, updated. 67d67f42c9d2ef4dc10e84694eff1b44cb95dee1 [master] Added ccpcheck suppression to pgsql_lease_mgr.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Apr 2 19:44:38 UTC 2014
The branch, master has been updated
via 67d67f42c9d2ef4dc10e84694eff1b44cb95dee1 (commit)
from cb1a96c1272bed182b311aac654266feefdd190d (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 67d67f42c9d2ef4dc10e84694eff1b44cb95dee1
Author: Thomas Markwalder <tmark at isc.org>
Date: Wed Apr 2 15:42:59 2014 -0400
[master] Added ccpcheck suppression to pgsql_lease_mgr.cc
Suppressed an unused structure member complaint in dhcpsrv/psql_lease_mgr.cc
This code is going to get a makeover under 3382 and it will be more properly
addressed then.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcpsrv/pgsql_lease_mgr.cc | 1 +
1 file changed, 1 insertion(+)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/pgsql_lease_mgr.cc b/src/lib/dhcpsrv/pgsql_lease_mgr.cc
index 953b560..140beaa 100644
--- a/src/lib/dhcpsrv/pgsql_lease_mgr.cc
+++ b/src/lib/dhcpsrv/pgsql_lease_mgr.cc
@@ -42,6 +42,7 @@ struct TaggedStatement {
/// Query index
/// @todo cppcheck flags index as unused
+ // cppcheck-suppress unusedStructMember
PgSqlLeaseMgr::StatementIndex index;
/// Number of parameters for a given query
More information about the bind10-changes
mailing list