Re: [PATCH] tests: avoid warnings due to implicit declaration of memset

2009-08-09 Thread Jim Meyering
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

Re: [PATCH] tests: avoid warnings due to implicit declaration of memset

2009-08-09 Thread Bruno Haible
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