Dear all, I observe a warning for NetBSD 5.1 on amd64, a warning which is absent for i386. Its effect is to disable two assertion statements.
assert (num_entries <= SIZE_MAX / sizeof (struct hol_entry)); CC argp-help.o argp-help.c: In function 'make_hol': argp-help.c:467: warning: comparison is always true due to limited range of data type argp-help.c: In function 'hol_append': argp-help.c:883: warning: comparison is always true due to limited range of data type CC argp-parse.o A corresponding message does not appear for GNU/kFreeBSD, flavour amd64. Best regards, Mats Erik Andersson, on behalf of GNU Inetutils.
