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

Update signal-cast-registerer.cpp

Uncomment this line to resolve the unused-but-set-variable warning to have a stable release in ros buildfarm
parent 4faeccb7
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ BOOST_AUTO_TEST_CASE(custom_vector_registerer) {
} catch (const ExceptionSignal &aes) {
res = (aes.getCode() == ExceptionSignal::GENERIC);
}
// 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
// Print the signal name.
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment