Changeset 5270:e25346c13638 in roaraudio for libroardsp/filter_agc.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_agc.c

    r4708 r5270  
    2828int roardsp_agc_init   (struct roardsp_filter * filter, struct roar_stream * stream, int id) { 
    2929 struct roardsp_agc * self = roar_mm_malloc(sizeof(struct roardsp_agc)); 
     30 
     31 (void)id; 
    3032 
    3133 if ( self == NULL ) 
Note: See TracChangeset for help on using the changeset viewer.