summaryrefslogtreecommitdiff
path: root/popt/popt.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-06-09 21:41:21 +0000
committerWayne Davison <wayned@samba.org>2004-06-09 21:41:21 +0000
commit73042aae5b0ba34286a425d313806def79d891d7 (patch)
treedc7d86a287ea911dc657c6f40a91b1e9ca975006 /popt/popt.c
parente5ce3bcf2c4d26d70c245a4f3a4a87da2b254321 (diff)
downloadrsync-73042aae5b0ba34286a425d313806def79d891d7.tar.gz
Restore UNUSED() macro (the prior problems that prompted me to remove
it appear to have been a build-farm bug).
Diffstat (limited to 'popt/popt.c')
-rw-r--r--popt/popt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/popt/popt.c b/popt/popt.c
index a75086d1..c389b2ee 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@*/ int flags)
+ /*@unused@*/ UNUSED(int flags))
{
poptItem item = (poptItem) alloca(sizeof(*item));
memset(item, 0, sizeof(*item));