Skip to content

Commit 274f143

Browse files
fix test
1 parent 40567cb commit 274f143

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/s3_checksum_context_test.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ static int s_test_upload_request_checksum_context_get_checksum_cursor(struct aws
5050
return AWS_OP_SUCCESS;
5151
}
5252

53-
static struct aws_string *s_test_fn(struct aws_s3_meta_request *, void *) {
53+
static struct aws_string *s_test_fn(struct aws_s3_meta_request *req, void *user) {
54+
(void)req;
55+
(void)user;
5456
return NULL;
5557
}
5658

0 commit comments

Comments
 (0)