commit: Quiet clang-analyzer warning

Another conditional ownership.
This commit is contained in:
Colin Walters 2023-08-28 17:28:59 -04:00
parent 5fc9eac0ba
commit 369e4ddd93

View File

@ -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)
{