From: Wayne Davison Date: Sun, 20 Feb 2005 17:20:14 +0000 (+0000) Subject: Mark a couple unused variables. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/1526b8b17d70a0dff1acef00997b37ca1135abff Mark a couple unused variables. --- diff --git a/popt/popthelp.c b/popt/popthelp.c index 154e2c5a..07020370 100644 --- a/popt/popthelp.c +++ b/popt/popthelp.c @@ -84,7 +84,7 @@ getTableTranslationDomain(/*@null@*/ const struct poptOption *table) /*@observer@*/ /*@null@*/ static const char * getArgDescrip(const struct poptOption * opt, /*@-paramuse@*/ /* FIX: wazzup? */ - /*@null@*/ const char * translation_domain) + /*@null@*/ UNUSED(const char * translation_domain)) /*@=paramuse@*/ /*@*/ { @@ -115,7 +115,7 @@ static /*@only@*/ /*@null@*/ char * singleOptionDefaultValue(int lineLength, const struct poptOption * opt, /*@-paramuse@*/ /* FIX: i18n macros disable with lclint */ - /*@null@*/ const char * translation_domain) + /*@null@*/ UNUSED(const char * translation_domain)) /*@=paramuse@*/ /*@*/ {