Skip to content
Snippets Groups Projects
Unverified Commit 9d62c348 authored by Thomas PEYRUCAIN's avatar Thomas PEYRUCAIN Committed by GitHub
Browse files

Update value.cpp

Add a comment
parent 792c33e5
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ BOOST_AUTO_TEST_CASE(value_exceptions) { ...@@ -90,7 +90,7 @@ BOOST_AUTO_TEST_CASE(value_exceptions) {
res = false; res = false;
try { try {
unsigned int aint(anet); unsigned int aint(anet);
aint++; aint++; // silence unused variable warnings to have a stable release in the ros buildfarm
} catch (const dg::ExceptionAbstract &aea) { } catch (const dg::ExceptionAbstract &aea) {
res = (aea.getCode() == dg::ExceptionAbstract::TOOLS); res = (aea.getCode() == dg::ExceptionAbstract::TOOLS);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment