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

    r5181 r5270  
    3131 struct roardsp_lowp * self = roar_mm_malloc(sizeof(struct roardsp_lowp)); 
    3232 
     33 (void)stream, (void)id; 
     34 
    3335 ROAR_DBG("roardsp_lowp_init(*): self=%p", self); 
    3436 
     
    5355 int##bits##_t * samp = (int##bits##_t *) data; \ 
    5456 register int##twobits##_t s; \ 
    55  int i, c; \ 
    56  int channels = filter->channels; \ 
     57 size_t i, c; \ 
     58 size_t channels = filter->channels; \ 
    5759\ 
    5860 if ( channels > ROAR_MAX_CHANNELS ) \ 
Note: See TracChangeset for help on using the changeset viewer.