summaryrefslogtreecommitdiff
path: root/popt
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-05-08 19:50:22 +0000
committerWayne Davison <wayned@samba.org>2004-05-08 19:50:22 +0000
commit534407b1f43c9daab67f7f9effc1d881674c5537 (patch)
treeb9245785abf7ca9806a266872b262b3a982212a2 /popt
parent18cc8c7ef150f8216149b4513039a837db24cc62 (diff)
downloadrsync-534407b1f43c9daab67f7f9effc1d881674c5537.tar.gz
One more attempt to get HP-UX's cc to build popt successfully.
Diffstat (limited to 'popt')
-rw-r--r--popt/popt.c2
1 files changed, 1 insertions, 1 deletions
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));