Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
p-avital committed Jan 18, 2024
1 parent a1e5db7 commit be4030b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/api/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ z_get_options_t z_get_options_default(void) {
.target = z_query_target_default(), .consolidation = z_query_consolidation_default(),
.value = {.encoding = z_encoding_default(), .payload = _z_bytes_empty()},
#if Z_FEATURE_ATTACHMENT == 1

Check warning

Code scanning / Cppcheck (reported by Codacy)

misra violation 2009 with no text in the supplied rule-texts-file Warning

misra violation 2009 with no text in the supplied rule-texts-file
.attachment = z_attachment_null()
// TODO:ATT.attachment = z_attachment_null()
#endif
};
}
Expand Down Expand Up @@ -825,7 +825,8 @@ int8_t z_get(z_session_t zs, z_keyexpr_t keyexpr, const char *parameters, z_owne

#if Z_FEATURE_ATTACHMENT == 1

Check warning

Code scanning / Cppcheck (reported by Codacy)

misra violation 2009 with no text in the supplied rule-texts-file Warning

misra violation 2009 with no text in the supplied rule-texts-file
,
opt.attachment
z_attachment_null()
// TODO:ATT opt.attachment
#endif
);
return ret;
Expand Down

0 comments on commit be4030b

Please sign in to comment.