aboutsummaryrefslogtreecommitdiffstats
path: root/negotiator
diff options
context:
space:
mode:
Diffstat (limited to 'negotiator')
-rw-r--r--negotiator/default.c2
-rw-r--r--negotiator/skipping.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/negotiator/default.c b/negotiator/default.c
index e3fa5c3324..c479da9b09 100644
--- a/negotiator/default.c
+++ b/negotiator/default.c
@@ -38,7 +38,7 @@ static void rev_list_push(struct negotiation_state *ns,
}
}
-static int clear_marks(const char *refname, const struct object_id *oid,
+static int clear_marks(const char *refname, const char *referent UNUSED, const struct object_id *oid,
int flag UNUSED,
void *cb_data UNUSED)
{
diff --git a/negotiator/skipping.c b/negotiator/skipping.c
index f109928ad0..f65d47858b 100644
--- a/negotiator/skipping.c
+++ b/negotiator/skipping.c
@@ -75,7 +75,7 @@ static struct entry *rev_list_push(struct data *data, struct commit *commit, int
return entry;
}
-static int clear_marks(const char *refname, const struct object_id *oid,
+static int clear_marks(const char *refname, const char *referent UNUSED, const struct object_id *oid,
int flag UNUSED,
void *cb_data UNUSED)
{