On 2024-02-03 05:40, Bjarni Ingi Gislason wrote:
   CC       lib/uniwidth/libgnu_a-width.o
In file included from ../lib/uniwidth/width.c:51:
../lib/unictype/bitmap.h:31:14: warning: comparison of integers of
different signs: 'unsigned int' and 'const int' [-Wsign-compare]
   if (index1 < ((const int *) table)[0])
       ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.

This appears to be another -Wsign-compare false alarm.


Reply via email to