Marc Nieper-Wißkirchen wrote: > so that the code is compilable with -Werror -Wall -Wextra.
Note that Gnulib does not guarantee this. Especially for -Wsign-compare and -Wunused-parameter (but also some other warning types) we have no intention to fix them; the cure would be often worse than the problem. Bruno