Skip to content

Commit

Permalink
One more attempt to get HP-UX's cc to build popt successfully.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed May 8, 2004
1 parent 18cc8c7 commit 534407b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popt/popt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 534407b

Please sign in to comment.