Skip to content

Commit

Permalink
REfs #21065: Correct windows NIT
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
  • Loading branch information
Mario-DL committed May 30, 2024
1 parent 361cdab commit 9335788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blackbox/common/BlackboxTestsLivelinessQos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2018,7 +2018,7 @@ TEST(LivelinessTests, correct_liveliness_state_one_writer_multiple_readers)
for (size_t i = 0; i < num_readers; i++)
{
// Create Subscribers and readers, one for each writer
reader.init_subscriber(i);
reader.init_subscriber(static_cast<unsigned int>(i));
}

// Create writers
Expand Down

0 comments on commit 9335788

Please sign in to comment.