Skip to content

Commit 6bd87be

Browse files
authored
Update signal-cast-registerer.cpp
Uncomment this line to resolve the unused-but-set-variable warning to have a stable release in ros buildfarm
1 parent 4faeccb commit 6bd87be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/signal-cast-registerer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ BOOST_AUTO_TEST_CASE(custom_vector_registerer) {
146146
} catch (const ExceptionSignal &aes) {
147147
res = (aes.getCode() == ExceptionSignal::GENERIC);
148148
}
149-
// BOOST_CHECK(res);
149+
BOOST_CHECK(res); // Uncomment this line to resolve the unused-but-set-variable warning to have a stable release in ros buildfarm
150150

151151
// Print the signal name.
152152
{

0 commit comments

Comments
 (0)