Re: new module 'unused-parameter'

2009-12-29 Thread Jim Meyering
Simon Josefsson wrote: > Simon Josefsson writes: ... >> http://autobuild.josefsson.org/gnulib/log-200912271011859192000.txt >> >> Any ideas? > > The reason was that selinux/selinux.h was built before > unused-parameters.h, so the unused-parameters.h file that was inserted > into selinux/selinux.h

Re: new module 'unused-parameter'

2009-12-28 Thread Simon Josefsson
Simon Josefsson writes: > Bruno Haible writes: > >> 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

Re: new module 'unused-parameter'

2009-12-27 Thread Simon Josefsson
Bruno Haible writes: > 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. I suspect

Re: new module 'unused-parameter'

2009-12-25 Thread Bruno Haible
Jim Meyering wrote: > > * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER > > definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED. > > That looks fine. You're welcome to push it. Committed and pushed. Bruno

Re: new module 'unused-parameter'

2009-12-25 Thread Jim Meyering
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, >

Re: new module 'unused-parameter'

2009-12-25 Thread Bruno Haible
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. 2009-12-25 Bruno Haible * lib/s

new module 'unused-parameter'

2009-12-24 Thread Bruno Haible
Eric Blake wrote: > > Therefore my proposal is to > > - create a new module 'unused-parameter', that inserts a definition of > > _GL_UNUSED_PARAMETER_ in a header file, like 'link-warning' and 'arg- > nonnull' > > do, > >