mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-07-31 13:07:37 +02:00
Fix msvc warning
Reviewers: ljudevit Reviewed By: ljudevit Subscribers: korina, miljen Differential Revision: https://repo.mireo.local/D36285
This commit is contained in:
@ -225,7 +225,7 @@ BOOST_FIXTURE_TEST_CASE(receive_disconnect_while_reconnecting, shared_test_data)
|
||||
template <typename VerifyFun>
|
||||
void run_receive_test(
|
||||
test::msg_exchange broker_side, int num_of_receives,
|
||||
size_t max_packet_size, VerifyFun&& verify_fun
|
||||
uint32_t max_packet_size, VerifyFun&& verify_fun
|
||||
) {
|
||||
const int expected_handlers_called = num_of_receives;
|
||||
int handlers_called = 0;
|
||||
|
Reference in New Issue
Block a user