Changeset 5270:e25346c13638 in roaraudio for libroarpulse/volume.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
  • libroarpulse/volume.c

    r4708 r5270  
    6262/** Set the volume of all channels to the specified parameter */ 
    6363pa_cvolume* pa_cvolume_set(pa_cvolume *a, unsigned channels, pa_volume_t v) { 
    64  int i; 
     64 unsigned int i; 
    6565 
    6666 if ( a == NULL ) 
Note: See TracChangeset for help on using the changeset viewer.