Changeset 5270:e25346c13638 in roaraudio for include/libroar/ltm.h


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
  • include/libroar/ltm.h

    r4708 r5270  
    140140 * result set was collected in the server. 
    141141 */ 
    142 int roar_ltm_get_numchans(struct roar_ltm_result * res, int streamidx); 
     142int roar_ltm_get_numchans(struct roar_ltm_result * res, size_t streamidx); 
    143143 
    144144/* Extract a single value from the result. 
     
    160160 * (channels are counted from zero to N-1, not from 1 to N) 
    161161 */ 
    162 int64_t roar_ltm_extract(struct roar_ltm_result * res, int mt, int streamidx, int channel); 
     162int64_t roar_ltm_extract(struct roar_ltm_result * res, int mt, size_t streamidx, int channel); 
    163163 
    164164#endif 
Note: See TracChangeset for help on using the changeset viewer.