Hi, Monty Taylor wrote: > memchr.c doesn't compile if -Wunused-macros -Werror is turned on.
gnulib does not support building with -Werror in general. See [1]. When you report warnings that point to real problems, we will fix the problems, of course. When you report warnings that you got with reasonable warning options, like -Wall, we will also listen. But warnings reported by -Wunused-macros only indicate that our code style is different from your code style, and we won't make efforts to silence this warning. Bruno [1] http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00014.html