diff options
Diffstat (limited to 'builtin/ls-tree.c')
| -rw-r--r-- | builtin/ls-tree.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/builtin/ls-tree.c b/builtin/ls-tree.c index 48df337605..c3ea09281a 100644 --- a/builtin/ls-tree.c +++ b/builtin/ls-tree.c @@ -142,7 +142,7 @@ static int show_recursive(const char *base, size_t baselen, const char *pathname } static int show_tree_fmt(const struct object_id *oid, struct strbuf *base, - const char *pathname, unsigned mode, void *UNUSED(context)) + const char *pathname, unsigned mode, void *context UNUSED) { size_t baselen; int recurse = 0; @@ -213,7 +213,7 @@ static void show_tree_common_default_long(struct strbuf *base, static int show_tree_default(const struct object_id *oid, struct strbuf *base, const char *pathname, unsigned mode, - void *UNUSED(context)) + void *context UNUSED) { int early; int recurse; @@ -231,7 +231,7 @@ static int show_tree_default(const struct object_id *oid, struct strbuf *base, static int show_tree_long(const struct object_id *oid, struct strbuf *base, const char *pathname, unsigned mode, - void *UNUSED(context)) + void *context UNUSED) { int early; int recurse; @@ -261,7 +261,7 @@ static int show_tree_long(const struct object_id *oid, struct strbuf *base, static int show_tree_name_only(const struct object_id *oid, struct strbuf *base, const char *pathname, unsigned mode, - void *UNUSED(context)) + void *context UNUSED) { int early; int recurse; @@ -282,7 +282,7 @@ static int show_tree_name_only(const struct object_id *oid, struct strbuf *base, static int show_tree_object(const struct object_id *oid, struct strbuf *base, const char *pathname, unsigned mode, - void *UNUSED(context)) + void *context UNUSED) { int early; int recurse; |
