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

    r5181 r5270  
    3131 struct roardsp_highp * self = roar_mm_malloc(sizeof(struct roardsp_highp)); 
    3232 
     33 (void)stream, (void)id; 
     34 
    3335 if ( self == NULL ) 
    3436  return -1; 
     
    5254 int##bits##_t * samp = (int##bits##_t *) data; \ 
    5355 register int##twobits##_t s, h; \ 
    54  int i, c; \ 
    55  int channels = filter->channels; \ 
     56 size_t i, c; \ 
     57 size_t channels = filter->channels; \ 
    5658\ 
    5759 if ( channels > ROAR_MAX_CHANNELS ) \ 
Note: See TracChangeset for help on using the changeset viewer.