Changeset 5270:e25346c13638 in roaraudio for libroardsp/filter_quantify.c


Ignore:
Timestamp:
11/17/11 18:20:12 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed some gcc -Wextra warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/filter_quantify.c

    r5181 r5270  
    2727 
    2828int roardsp_quantify_init  (struct roardsp_filter * filter, struct roar_stream * stream, int id) { 
     29 
     30 (void)stream, (void)id; 
    2931 
    3032 roardsp_filter_reset(filter, ROARDSP_RESET_FULL); 
Note: See TracChangeset for help on using the changeset viewer.