Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'replace-object.c')
-rw-r--r--replace-object.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/replace-object.c b/replace-object.c
index 17810e5a3a..320be2522d 100644
--- a/replace-object.c
+++ b/replace-object.c
@@ -9,8 +9,8 @@
static int register_replace_ref(struct repository *r,
const char *refname,
const struct object_id *oid,
- int UNUSED(flag),
- void *UNUSED(cb_data))
+ int flag UNUSED,
+ void *cb_data UNUSED)
{
/* Get sha1 from refname */
const char *slash = strrchr(refname, '/');