From: Wayne Davison Date: Sat, 8 May 2004 19:50:22 +0000 (+0000) Subject: One more attempt to get HP-UX's cc to build popt successfully. X-Git-Tag: v2.6.3pre1~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=534407b1f43c9daab67f7f9effc1d881674c5537;p=thirdparty%2Frsync.git One more attempt to get HP-UX's cc to build popt successfully. --- diff --git a/popt/popt.c b/popt/popt.c index c389b2ee5..a629bee63 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@*/ UNUSED(int flags)) + UNUSED(int flags)) { poptItem item = (poptItem) alloca(sizeof(*item)); memset(item, 0, sizeof(*item));