On 2024-02-03 05:35, Bjarni Ingi Gislason wrote:
   CC       lib/libgnu_a-malloca.o
../lib/malloca.c:61:38: warning: comparison of integers of
different signs: 'size_t' (aka 'unsigned long') and 'idx_t' (aka
'long') [-Wsign-compare]

This is a false alarm, as both sides of the comparison are nonnegative.

I recommend avoiding -Wsign-compare when compiling Gnulib .c files, as the false positive rate is too large.


Reply via email to