From d66cf9d82f7d9fd8d98a9edcdd07a3575aa7d055 Mon Sep 17 00:00:00 2001 From: Dmitriy Musatkin Date: Fri, 20 Oct 2023 16:11:21 -0700 Subject: [PATCH] unused var --- tests/system_resource_util_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system_resource_util_test.c b/tests/system_resource_util_test.c index 119538073..f89c79a8f 100644 --- a/tests/system_resource_util_test.c +++ b/tests/system_resource_util_test.c @@ -8,6 +8,7 @@ #include static int s_test_resource_usage_maxrss(struct aws_allocator *allocator, void *ctx) { + (void)allocator; (void)ctx; struct aws_resource_usage ru;