diff options
author | Wayne Davison <wayned@samba.org> | 2004-05-08 19:50:22 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2004-05-08 19:50:22 +0000 |
commit | 534407b1f43c9daab67f7f9effc1d881674c5537 (patch) | |
tree | b9245785abf7ca9806a266872b262b3a982212a2 /popt | |
parent | 18cc8c7ef150f8216149b4513039a837db24cc62 (diff) | |
download | rsync-534407b1f43c9daab67f7f9effc1d881674c5537.tar.gz rsync-534407b1f43c9daab67f7f9effc1d881674c5537.tar.bz2 rsync-534407b1f43c9daab67f7f9effc1d881674c5537.zip |
One more attempt to get HP-UX's cc to build popt successfully.
Diffstat (limited to 'popt')
-rw-r--r-- | popt/popt.c | 2 |
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)); |