bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lib/unictype/bitmap.h, different signs of integers; with clang and g


From: Paul Eggert
Subject: Re: lib/unictype/bitmap.h, different signs of integers; with clang and groff
Date: Sat, 3 Feb 2024 22:34:52 -0800
User-agent: Mozilla Thunderbird

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

[Prev in Thread] Current Thread [Next in Thread]