X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/534407b1f43c9daab67f7f9effc1d881674c5537..434764269cc3f5bc2fc62f3789ff9d23a562d2d7:/popt/popt.c diff --git a/popt/popt.c b/popt/popt.c index a629bee6..9e007693 100644 --- a/popt/popt.c +++ b/popt/popt.c @@ -1055,7 +1055,7 @@ poptContext poptFreeContext(poptContext con) } int poptAddAlias(poptContext con, struct poptAlias alias, - UNUSED(int flags)) + /*@unused@*/ UNUSED(int flags)) { poptItem item = (poptItem) alloca(sizeof(*item)); memset(item, 0, sizeof(*item)); @@ -1128,7 +1128,7 @@ const char * poptBadOption(poptContext con, int flags) /*@=nullderef@*/ } -const char *const poptStrerror(const int error) +const char * poptStrerror(const int error) { switch (error) { case POPT_ERROR_NOARG: