Workaround false GCC warning for uninit variable
This commit is contained in:
parent
e6c42cb884
commit
ee1cd0d898
@ -1119,7 +1119,7 @@ rpmostree_compose_builtin_tree (int argc,
|
||||
}
|
||||
|
||||
{
|
||||
JsonArray *remove;
|
||||
JsonArray *remove = NULL;
|
||||
|
||||
if (json_object_has_member (treefile, "remove-files"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user