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-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/534407b1f43c9daab67f7f9effc1d881674c5537 One more attempt to get HP-UX's cc to build popt successfully. --- diff --git a/popt/popt.c b/popt/popt.c index c389b2ee..a629bee6 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));