Commit 1526b8b1 authored by Wayne Davison's avatar Wayne Davison

Mark a couple unused variables.

parent 73253721
...@@ -84,7 +84,7 @@ getTableTranslationDomain(/*@null@*/ const struct poptOption *table) ...@@ -84,7 +84,7 @@ getTableTranslationDomain(/*@null@*/ const struct poptOption *table)
/*@observer@*/ /*@null@*/ static const char * /*@observer@*/ /*@null@*/ static const char *
getArgDescrip(const struct poptOption * opt, getArgDescrip(const struct poptOption * opt,
/*@-paramuse@*/ /* FIX: wazzup? */ /*@-paramuse@*/ /* FIX: wazzup? */
/*@null@*/ const char * translation_domain) /*@null@*/ UNUSED(const char * translation_domain))
/*@=paramuse@*/ /*@=paramuse@*/
/*@*/ /*@*/
{ {
...@@ -115,7 +115,7 @@ static /*@only@*/ /*@null@*/ char * ...@@ -115,7 +115,7 @@ static /*@only@*/ /*@null@*/ char *
singleOptionDefaultValue(int lineLength, singleOptionDefaultValue(int lineLength,
const struct poptOption * opt, const struct poptOption * opt,
/*@-paramuse@*/ /* FIX: i18n macros disable with lclint */ /*@-paramuse@*/ /* FIX: i18n macros disable with lclint */
/*@null@*/ const char * translation_domain) /*@null@*/ UNUSED(const char * translation_domain))
/*@=paramuse@*/ /*@=paramuse@*/
/*@*/ /*@*/
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment