diff options
Diffstat (limited to 'ls-refs.c')
-rw-r--r-- | ls-refs.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -136,7 +136,8 @@ static void send_possibly_unborn_head(struct ls_refs_data *data) strbuf_release(&namespaced); } -static int ls_refs_config(const char *var, const char *value, void *data) +static int ls_refs_config(const char *var, const char *value, + void *UNUSED(data)) { /* * We only serve fetches over v2 for now, so respect only "uploadpack" |