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
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
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
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
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,
>
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
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,
> >