]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
One more attempt to get HP-UX's cc to build popt successfully.
authorWayne Davison <wayned@samba.org>
Sat, 8 May 2004 19:50:22 +0000 (19:50 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 8 May 2004 19:50:22 +0000 (19:50 +0000)
popt/popt.c

index c389b2ee501650874573e8d0f12f1847ad2f1242..a629bee638eb36efbc1c01cb98fa1345e116ce06 100644 (file)
@@ -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));