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 4faeccb commit 6bd87beCopy full SHA for 6bd87be
tests/signal-cast-registerer.cpp
@@ -146,7 +146,7 @@ BOOST_AUTO_TEST_CASE(custom_vector_registerer) {
146
} catch (const ExceptionSignal &aes) {
147
res = (aes.getCode() == ExceptionSignal::GENERIC);
148
}
149
- // BOOST_CHECK(res);
+ BOOST_CHECK(res); // Uncomment this line to resolve the unused-but-set-variable warning to have a stable release in ros buildfarm
150
151
// Print the signal name.
152
{
0 commit comments