Skip to content

Commit

Permalink
fixed warnings
Browse files Browse the repository at this point in the history
Signed-off-by: lobotuerk <jtlorente@ekumenlabs.com>
  • Loading branch information
Lobotuerk committed Sep 24, 2020
1 parent f49046b commit 4b14d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_rmw_implementation/test/test_subscription.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ TEST_F(CLASSNAME(TestSubscriptionUse, RMW_IMPLEMENTATION), take_with_bad_args) {
test_msgs__msg__BasicTypes output_message{};
output_message.bool_value = true;
output_message.char_value = 'a';
output_message.float32_value = 0.42;
output_message.float32_value = 0.42f;
test_msgs__msg__BasicTypes original_message = output_message;
rmw_subscription_allocation_t * null_allocation{nullptr}; // still valid allocation

Expand Down

0 comments on commit 4b14d93

Please sign in to comment.