Hi Bruno, Bruno Haible via Gnulib discussion list <bug-gnulib@gnu.org> writes:
> The AIX xlc compiler gives this warning: > > "../../../gettext-tools/gnulib-lib/string-desc.h", line 674.24: 1506-1332 (W) > A function with return type "void" may not return a value of type "void". > > Fixed like this: Do gcc and clang not warn about this? I thought it would cause a compiler error, to be honest. Collin