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
Sebastian Schrader
Kea
Commits
5fccc346
Commit
5fccc346
authored
Jun 24, 2015
by
Francis Dupont
Browse files
[3919] Fixed cppcheck suppressions
parent
8939fad8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/asiolink/tests/udp_socket_unittest.cc
View file @
5fccc346
...
...
@@ -179,7 +179,9 @@ TEST(UDPSocket, processReceivedData) {
// Where data is put
// cppcheck-suppress variableScope
size_t
expected
;
// Expected amount of data
// cppcheck-suppress variableScope
size_t
offset
;
// Where to put next data
// cppcheck-suppress variableScope
size_t
cumulative
;
// Cumulative data received
// Set some dummy values in the buffer to check
...
...
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