From: Jim Meyering Date: Sun, 10 Apr 2005 13:44:45 +0000 (+0000) Subject: (chopt_free): Mark parameter as unused. X-Git-Tag: CPPI-1_12~1050 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=faac0427908385fb665fc949ebca71253b8375b3;p=thirdparty%2Fcoreutils.git (chopt_free): Mark parameter as unused. --- 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. */