diff options
Diffstat (limited to 'builtin/gc.c')
| -rw-r--r-- | builtin/gc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/gc.c b/builtin/gc.c index c3c2780c2e..0accc02406 100644 --- a/builtin/gc.c +++ b/builtin/gc.c @@ -782,9 +782,9 @@ struct cg_auto_data { int limit; }; -static int dfs_on_ref(const char *UNUSED(refname), +static int dfs_on_ref(const char *refname UNUSED, const struct object_id *oid, - int UNUSED(flags), + int flags UNUSED, void *cb_data) { struct cg_auto_data *data = (struct cg_auto_data *)cb_data; |
