We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df35311 commit 910dc8dCopy full SHA for 910dc8d
1 file changed
tests/shared_utils_tests.c
@@ -339,6 +339,7 @@ static int s_test_mqtt_append_sdk_metrics_long_strings(struct aws_allocator *all
339
AWS_TEST_CASE(mqtt_append_sdk_metrics_long_strings, s_test_mqtt_append_sdk_metrics_long_strings)
340
341
static int s_test_mqtt_append_sdk_metrics_invalid_utf8(struct aws_allocator *allocator, void *ctx) {
342
+ (void)allocator;
343
(void)ctx;
344
345
/* Invalid UTF-8 sequence in library name */
0 commit comments