mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-18 10:04:17 +03:00
commit: Quiet clang-analyzer warning
Another conditional ownership.
This commit is contained in:
parent
5fc9eac0ba
commit
369e4ddd93
@ -909,6 +909,8 @@ write_content_object (OstreeRepo *self, const char *expected_checksum, GInputStr
|
||||
else
|
||||
file_input = input;
|
||||
|
||||
(void)file_input_owned; // Conditionally owned
|
||||
|
||||
gboolean phys_object_is_symlink = FALSE;
|
||||
switch (object_file_type)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user