Workaround false GCC warning for uninit variable

This commit is contained in:
James Antill 2014-10-24 01:34:13 -04:00
parent e6c42cb884
commit ee1cd0d898

View File

@ -1119,7 +1119,7 @@ rpmostree_compose_builtin_tree (int argc,
}
{
JsonArray *remove;
JsonArray *remove = NULL;
if (json_object_has_member (treefile, "remove-files"))
{