Ignore:
Timestamp:
12/24/06 15:45:43 (6 years ago)
Author:
perry
Message:

Squash more warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/format_pcapfile.c

    r1090 r1122  
    156156} 
    157157 
    158 static int pcapfile_start_output(libtrace_out_t *libtrace) 
     158static int pcapfile_start_output(libtrace_out_t *libtrace UNUSED) 
    159159{ 
    160160        return 0; 
     
    163163static int pcapfile_config_input(libtrace_t *libtrace, 
    164164                trace_option_t option, 
    165                 void *data) 
     165                void *data UNUSED) 
    166166{ 
    167167        trace_set_err(libtrace,TRACE_ERR_UNKNOWN_OPTION, 
Note: See TracChangeset for help on using the changeset viewer.