Skip to content

Commit e04c277

Browse files
oh win, i love you too
1 parent 6d038da commit e04c277

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/s3_data_plane_tests.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3378,6 +3378,7 @@ struct aws_s3_buffer_pool *s_always_error_buffer_pool_fn(
33783378
struct aws_s3_buffer_pool_config config,
33793379
void *user_data) {
33803380
(void)config;
3381+
(void)user_data;
33813382
struct aws_s3_buffer_pool *pool = aws_mem_calloc(allocator, 1, sizeof(struct aws_s3_buffer_pool));
33823383
pool->impl = allocator;
33833384
pool->vtable = &s_failing_pool_vtable;

0 commit comments

Comments
 (0)