From faac0427908385fb665fc949ebca71253b8375b3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 10 Apr 2005 13:44:45 +0000 Subject: [PATCH] (chopt_free): Mark parameter as unused. --- src/chown-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chown-core.c b/src/chown-core.c index 6f1cd327fa..b1ab344539 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. */ -- 2.47.3