On 08/05/2012 06:27 AM, Jim Meyering wrote: > * configure.ac: Disable -Wmissing-declarations to avoid warnings > from gnulib's newly extern-inline functions.
This shouldn't be needed if your compiler is sufficiently new, because timespec.h's _GL_INLINE_HEADER_BEGIN is supposed to suppress those warnings. If you're using GCC 4.7.1 or later, could you please figure out what the issue is? If it's an older GCC, I wouldn't worry about it -- people aren't supposed to use --enable-gcc-warnings unless they have a sufficiently-new GCC.