diff options
Diffstat (limited to 'ui-clone.c')
-rw-r--r-- | ui-clone.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ #include "packfile.h" #include "object-store.h" -static int print_ref_info(const char *refname, const struct object_id *oid, - int flags, void *cb_data) +static int print_ref_info(const char *refname, const char *referent UNUSED, + const struct object_id *oid, int flags, void *cb_data) { struct object *obj; |