mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-06 17:18:25 +03:00
commit: Quiet clang-analyzer warning
This is just another instance of the "conditionally owned" pattern.
This commit is contained in:
parent
5b40d4bbba
commit
e2779a7cf7
@ -1052,6 +1052,7 @@ write_content_object (OstreeRepo *self, const char *expected_checksum, GInputStr
|
||||
actual_checksum, error))
|
||||
return FALSE;
|
||||
}
|
||||
(void)actual_checksum_owned; // Just used to autofree
|
||||
|
||||
if (checksum_payload_input)
|
||||
actual_payload_checksum = ot_checksum_instream_get_string (checksum_payload_input);
|
||||
|
Loading…
Reference in New Issue
Block a user