From 534407b1f43c9daab67f7f9effc1d881674c5537 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 8 May 2004 19:50:22 +0000 Subject: [PATCH] One more attempt to get HP-UX's cc to build popt successfully. --- popt/popt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.34.1