Skip to content

Commit

Permalink
Another unreferenced param.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Nov 2, 2023
1 parent 1941e60 commit 9b1cace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/io_util_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ static int s_instance_lock_mp_test_runner(struct aws_allocator *allocator, void
AWS_TEST_CASE(instance_lock_mp_test_runner, s_instance_lock_mp_test_runner)

static int s_test_instance_lock_works_cross_proc(struct aws_allocator *allocator, void *ctx) {
(void)ctx;
aws_common_library_init(allocator);

struct aws_string *test_run_gate = aws_string_new_from_c_str(allocator, "aws_crt_test_run_gate");
Expand Down

0 comments on commit 9b1cace

Please sign in to comment.