Re: [PATCH] test-select.h: avoid warning from gcc's -Wmissing-declarations

2011-07-24 Thread Jim Meyering
Jim Meyering wrote: > coreutils' "make check" started failing like this > with the latest from gnulib: > > In file included from test-select.c:30:0: > test-select.h:365:1: error: no previous declaration for 'test_function' > [-Werror=missing-declarations] > cc1: all warnings being tre

Re: [PATCH] test-select.h: avoid warning from gcc's -Wmissing-declarations

2011-07-24 Thread Bruno Haible
Jim Meyering wrote: > -int > +static int > test_function (select_fn my_select) Yes please. That's fine. Bruno -- In memoriam Ezechiele Ramin