mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 10:56:29 +03:00
cleanup: fix warnings
This commit is contained in:
@@ -826,9 +826,9 @@ unsafe fn dc_mimeparser_parse_mime_recursive(
|
||||
return any_part_added;
|
||||
}
|
||||
unsafe fn hash_header(
|
||||
mut out: *mut dc_hash_t,
|
||||
mut in_0: *const mailimf_fields,
|
||||
mut context: *mut dc_context_t,
|
||||
out: *mut dc_hash_t,
|
||||
in_0: *const mailimf_fields,
|
||||
_context: *mut dc_context_t,
|
||||
) {
|
||||
if in_0.is_null() {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user