Skip to content

Commit 9d62c34

Browse files
authored
Update value.cpp
Add a comment
1 parent 792c33e commit 9d62c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/value.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ BOOST_AUTO_TEST_CASE(value_exceptions) {
9090
res = false;
9191
try {
9292
unsigned int aint(anet);
93-
aint++;
93+
aint++; // silence unused variable warnings to have a stable release in the ros buildfarm
9494
} catch (const dg::ExceptionAbstract &aea) {
9595
res = (aea.getCode() == dg::ExceptionAbstract::TOOLS);
9696
}

0 commit comments

Comments
 (0)