We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792c33e commit 9d62c34Copy full SHA for 9d62c34
tests/value.cpp
@@ -90,7 +90,7 @@ BOOST_AUTO_TEST_CASE(value_exceptions) {
90
res = false;
91
try {
92
unsigned int aint(anet);
93
- aint++;
+ aint++; // silence unused variable warnings to have a stable release in the ros buildfarm
94
} catch (const dg::ExceptionAbstract &aea) {
95
res = (aea.getCode() == dg::ExceptionAbstract::TOOLS);
96
}
0 commit comments