We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224694d commit 535dcf8Copy full SHA for 535dcf8
1 file changed
tests/mqtt_iot_sdk_metrics_test.c
@@ -13,7 +13,7 @@
13
static int s_test_mqtt_append_sdk_metrics_empty(struct aws_allocator *allocator, void *ctx) {
14
(void)ctx;
15
16
- struct aws_mqtt_iot_sdk_metrics metrics = {0};
+ struct aws_mqtt_iot_sdk_metrics metrics = {{0}};
17
18
struct aws_byte_buf output_username;
19
AWS_ZERO_STRUCT(output_username);
0 commit comments