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 c389b2e..a629bee 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));