Ignore:
Timestamp:
10/15/09 18:46:08 (4 years ago)
Author:
perry
Message:

Tidy up thousands of little warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libpacketdump/eth_2048.c

    r1351 r1450  
    2121#define DISPLAYIP(x,fmt) DISPLAY_EXP(x,fmt,inet_ntoa(*(struct in_addr*)&ip->x)) 
    2222 
    23 void decode(int link_type,const char *packet,unsigned len) 
     23void decode(int link_type UNUSED,const char *packet,unsigned len) 
    2424{ 
    2525        libtrace_ip_t *ip = (libtrace_ip_t*)packet; 
Note: See TracChangeset for help on using the changeset viewer.