Bruno Haible wrote: > Hi Jim, > > Eric wrote: >> Also, se-context.in.h and se-selinux.in.h would benefit from an >> unused-parameter module. > > Here's a proposed patch to make the generated selinux/selinux.h and > selinux/context.h files independent of the stuff defined in config.h.
Hi Bruno, > 2009-12-25 Bruno Haible <br...@clisp.org> > > * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER > definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED. > * lib/se-selinux.in.h: Likewise. > * modules/selinux-h (Depends-on): Add unused-parameter. > (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into > selinux/selinux.h and selinux/context.h. > Suggested by Eric Blake. That looks fine. You're welcome to push it. Thanks.