Let's just remove all the UNUSED() macros for now.
[rsync/rsync.git] / popt / popt.c
index a629bee..a75086d 100644 (file)
@@ -1055,7 +1055,7 @@ poptContext poptFreeContext(poptContext con)
 }
 
 int poptAddAlias(poptContext con, struct poptAlias alias,
-               UNUSED(int flags))
+               /*@unused@*/ int flags)
 {
     poptItem item = (poptItem) alloca(sizeof(*item));
     memset(item, 0, sizeof(*item));