aboutsummaryrefslogtreecommitdiffstats
path: root/popt
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-02-20 17:20:14 +0000
committerWayne Davison <wayned@samba.org>2005-02-20 17:20:14 +0000
commit1526b8b17d70a0dff1acef00997b37ca1135abff (patch)
tree430db714b910e21ddfeff7744432a3e8f3e72cba /popt
parent732537212b24a7567e510ac58092a25e5329f457 (diff)
downloadandroid_external_rsync-1526b8b17d70a0dff1acef00997b37ca1135abff.tar.gz
android_external_rsync-1526b8b17d70a0dff1acef00997b37ca1135abff.tar.bz2
android_external_rsync-1526b8b17d70a0dff1acef00997b37ca1135abff.zip
Mark a couple unused variables.
Diffstat (limited to 'popt')
-rw-r--r--popt/popthelp.c4
1 files changed, 2 insertions, 2 deletions
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@*/
/*@*/
{