Skip to content

Commit

Permalink
Unreferenced params
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Jul 10, 2023
1 parent 38f67f8 commit d346ba7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/v5/mqtt3_to_mqtt5_adapter_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -2458,6 +2458,9 @@ static void s_aws_mqtt3_to_mqtt5_adapter_test_fixture_record_subscribe_multi_com
int error_code,
void *userdata) {

(void)connection;
(void)packet_id;

struct aws_mqtt3_to_mqtt5_adapter_test_fixture *fixture = userdata;

struct aws_mqtt3_operation_event operation_event = {
Expand Down

0 comments on commit d346ba7

Please sign in to comment.