Tim Ruehsen wrote:
fatal-signal.c:196:19: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
          if (!(sig < sizeof (saved_sigactions) / sizeof
(saved_sigactions[0])))

Yes, we don't bother to fix those, as the code is fine. Instead, other projects use the equivalent of -Wno-sign-compare.

Attachment: 0x62AA7E34.asc
Description: application/pgp-keys

Reply via email to