23 Nov
                
                    2004
                
            
            
                23 Nov
                
                '04
                
            
            
            
        
    
                2:04 p.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.