We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f0051 commit 946d176Copy full SHA for 946d176
1 file changed
source/v5/mqtt5_options_storage.c
@@ -2257,6 +2257,7 @@ static void s_aws_mqtt5_operation_puback_manual_complete(
2257
enum aws_mqtt5_packet_type packet_type,
2258
const void *completion_view) {
2259
(void)packet_type;
2260
+ (void)completion_view;
2261
struct aws_mqtt5_operation_puback *puback_op = operation->impl;
2262
2263
// Convert error_code to manual puback result
0 commit comments