Bruno Haible wrote:
> Jim Meyering wrote:
>> Ok to push this fix?
>>
>> +* tests/test-select-stdin.c: Include for decl of memset,
>
> No. test-select-stdin.c does not use memset(), therefore there is no reason
> for this file to include .
>
> The memset() call that the warnings refers to come
Jim Meyering wrote:
> Ok to push this fix?
>
> + * tests/test-select-stdin.c: Include for decl of memset,
No. test-select-stdin.c does not use memset(), therefore there is no reason
for this file to include .
The memset() call that the warnings refers to comes from an FD_ZERO
expansion. The