Skip to content

Commit 910dc8d

Browse files
committed
fix warning
1 parent df35311 commit 910dc8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/shared_utils_tests.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ static int s_test_mqtt_append_sdk_metrics_long_strings(struct aws_allocator *all
339339
AWS_TEST_CASE(mqtt_append_sdk_metrics_long_strings, s_test_mqtt_append_sdk_metrics_long_strings)
340340

341341
static int s_test_mqtt_append_sdk_metrics_invalid_utf8(struct aws_allocator *allocator, void *ctx) {
342+
(void)allocator;
342343
(void)ctx;
343344

344345
/* Invalid UTF-8 sequence in library name */

0 commit comments

Comments
 (0)