Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
82b0234a
Commit
82b0234a
authored
Jul 05, 2017
by
Marcin Siodelski
Browse files
[master] Added explicit to IOServiceWork to remove 2 cppcheck regressions.
This is trivial fix which I am committing on my discretion.
parent
4868a8f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc
View file @
82b0234a
...
...
@@ -59,7 +59,7 @@ public:
/// @brief Constructor.
///
/// @param io_service Pointer to the IO service to be stopped.
IOServiceWork
(
const
IOServicePtr
&
io_service
)
explicit
IOServiceWork
(
const
IOServicePtr
&
io_service
)
:
io_service_
(
io_service
)
{
}
...
...
src/bin/dhcp6/tests/ctrl_dhcp6_srv_unittest.cc
View file @
82b0234a
...
...
@@ -56,7 +56,7 @@ public:
/// @brief Constructor.
///
/// @param io_service Pointer to the IO service to be stopped.
IOServiceWork
(
const
IOServicePtr
&
io_service
)
explicit
IOServiceWork
(
const
IOServicePtr
&
io_service
)
:
io_service_
(
io_service
)
{
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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