On 12/03/11 07:35, Mats Erik Andersson wrote:
> argp-help.c:467: warning: comparison is always true due to limited range of
> data type
Thanks, but in general we ignore warnings like that,
since they're almost always (as in this case) false alarms
when they appear in gnulib code.
Come to think o
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: compar