Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
e540ba5b
Commit
e540ba5b
authored
Feb 11, 2013
by
Mukund Sivaraman
Browse files
[2650] Add cppcheck suppressions
parent
db77f1f0
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/zone_finder.cc
View file @
e540ba5b
...
...
@@ -573,6 +573,7 @@ FindNodeResult findNode(const ZoneData& zone_data,
/// For (successful) type ANY query, found_node points to the
/// corresponding zone node, which is recorded within this specialized
/// context.
// cppcheck-suppress noConstructor
class
InMemoryZoneFinder
::
Context
:
public
ZoneFinder
::
Context
{
public:
Context
(
InMemoryZoneFinder
&
finder
,
ZoneFinder
::
FindOptions
options
,
...
...
src/lib/datasrc/memory_datasrc.cc
View file @
e540ba5b
...
...
@@ -782,6 +782,7 @@ struct RBNodeResultContext {
};
}
// cppcheck-suppress noConstructor
class
InMemoryZoneFinder
::
Context
:
public
ZoneFinder
::
Context
{
public:
/// \brief Constructor.
...
...
src/lib/datasrc/sqlite3_accessor.cc
View file @
e540ba5b
...
...
@@ -682,6 +682,8 @@ convertToPlainChar(const unsigned char* ucp, sqlite3 *db) {
}
}
// cppcheck-suppress noConstructor
class
SQLite3Accessor
::
Context
:
public
DatabaseAccessor
::
IteratorContext
{
public:
// Construct an iterator for all records. When constructed this
...
...
@@ -887,6 +889,7 @@ SQLite3Accessor::getAllRecords(int id) const {
/// This iterator is used to search through the differences table for the
/// resouce records making up an IXFR between two versions of a zone.
// cppcheck-suppress noConstructor
class
SQLite3Accessor
::
DiffContext
:
public
DatabaseAccessor
::
IteratorContext
{
public:
...
...
src/lib/dns/master_loader.cc
View file @
e540ba5b
...
...
@@ -54,6 +54,7 @@ public:
}
// end unnamed namespace
// cppcheck-suppress noConstructor
class
MasterLoader
::
MasterLoaderImpl
{
public:
MasterLoaderImpl
(
const
char
*
master_file
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment