mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-21 02:50:37 +03:00
libostree: Squash a compiler warning
This commit is contained in:
parent
87922259ee
commit
379db715d7
@ -420,7 +420,7 @@ scan_dirtree_object (OtPullData *pull_data,
|
||||
const char *filename;
|
||||
gboolean file_is_stored;
|
||||
gs_unref_variant GVariant *csum = NULL;
|
||||
gs_free char *file_checksum;
|
||||
gs_free char *file_checksum = NULL;
|
||||
|
||||
g_variant_get_child (files_variant, i, "(&s@ay)", &filename, &csum);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user