summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/chown-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chown-core.c b/src/chown-core.c
index 6f1cd327f..b1ab34453 100644
--- a/src/chown-core.c
+++ b/src/chown-core.c
@@ -65,7 +65,7 @@ chopt_init (struct Chown_option *chopt)
}
extern void
-chopt_free (struct Chown_option *chopt)
+chopt_free (struct Chown_option *chopt ATTRIBUTE_UNUSED)
{
/* Deliberately do not free chopt->user_name or ->group_name.
They're not always allocated. */