Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph
Commits
9d62c348
Unverified
Commit
9d62c348
authored
Jul 15, 2020
by
Thomas PEYRUCAIN
Committed by
GitHub
Jul 15, 2020
Browse files
Update value.cpp
Add a comment
parent
792c33e5
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/value.cpp
View file @
9d62c348
...
...
@@ -90,7 +90,7 @@ BOOST_AUTO_TEST_CASE(value_exceptions) {
res
=
false
;
try
{
unsigned
int
aint
(
anet
);
aint
++
;
aint
++
;
// silence unused variable warnings to have a stable release in the ros buildfarm
}
catch
(
const
dg
::
ExceptionAbstract
&
aea
)
{
res
=
(
aea
.
getCode
()
==
dg
::
ExceptionAbstract
::
TOOLS
);
}
...
...
Write
Preview
Supports
Markdown
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