We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40567cb commit 274f143Copy full SHA for 274f143
1 file changed
tests/s3_checksum_context_test.c
@@ -50,7 +50,9 @@ static int s_test_upload_request_checksum_context_get_checksum_cursor(struct aws
50
return AWS_OP_SUCCESS;
51
}
52
53
-static struct aws_string *s_test_fn(struct aws_s3_meta_request *, void *) {
+static struct aws_string *s_test_fn(struct aws_s3_meta_request *req, void *user) {
54
+ (void)req;
55
+ (void)user;
56
return NULL;
57
58
0 commit comments