
23 Nov
2004
23 Nov
'04
11:04 a.m.
Several similar warnings for each of...
PRINT_ORDER(short); PRINT_ORDER(int); PRINT_ORDER(long);
because the comparison in the "for" loop of print_byte_order() is comparing "i" of type T against the return of sizeof() which is unsigned...
Yep, I really should fix that, John.