Skip to content

Commit

Permalink
Suppress compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbento committed Jun 6, 2024
1 parent f36b64e commit 1add6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/server/test/TestPeriodicScheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ BOOST_AUTO_TEST_CASE(test_periodic_scheduler_over_one_minute) {
// Run services
io_service.run();

BOOST_CHECK_EQUAL(collector.instants.size(), 62L);
BOOST_CHECK_EQUAL(collector.instants.size(), static_cast<size_t>(62));
}

BOOST_AUTO_TEST_CASE(test_periodic_scheduler_with_long_lasting_activity) {
Expand Down

0 comments on commit 1add6e7

Please sign in to comment.