Skip to content

Commit

Permalink
Update ecal/tests/cpp/pubsub_test/src/pubsub_acknowledge.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Peguen and github-actions[bot] authored Jan 7, 2025
1 parent 1080444 commit 7f48f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecal/tests/cpp/pubsub_test/src/pubsub_acknowledge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ TEST(core_cpp_pubsub, TimeoutAcknowledgment)
// create publisher
eCAL::CPublisher pub("topic", {}, pub_config);
auto sub1 = std::make_shared< eCAL::CSubscriber>("topic");
auto sleeper_variable_time = [](const eCAL::Registration::STopicId& topic_id_, const eCAL::SDataTypeInformation& data_type_info_, const eCAL::SReceiveCallbackData& data_)
auto sleeper_variable_time = [](const eCAL::Registration::STopicId& topic_id_, const eCAL::SDataTypeInformation& /*data_type_info_*/, const eCAL::SReceiveCallbackData& data_)
{
std::string sleep_time((const char*)data_.buf, data_.size);
int sleep = std::stoi(sleep_time);
Expand Down

0 comments on commit 7f48f6e

Please sign in to comment.