On 9/22/22 11:20, Bjarni Ingi Gislason wrote:
CC='clang -Wsign-compare' ./gnulib-tool --test malloca 2>
Oh, please don't use -Wsign-compare. Clang generates too many false alarms with -Wsign-compare, we don't recommend that warning, and Gnulib-using programs generally don't enable that warning when compiling Gnulib code.
If you happen to find a real bug with that warning we'd like to know it. But please don't bother us with the false alarms; they're not worth your time or ours.