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

    r5177 r5270  
    2727 
    2828int roardsp_clip_init  (struct roardsp_filter * filter, struct roar_stream * stream, int id) { 
     29 (void)stream, (void)id; 
     30 
    2931 if ( (filter->inst = roar_mm_malloc(sizeof(struct roardsp_clip))) == NULL ) 
    3032  return -1; 
Note: See TracChangeset for help on using the changeset viewer.