fixed "comparison between signed and unsigned"
Signed-off-by: Eric Wong <normalperson@yhbt.net> git-svn-id: https://svn.musicpd.org/mpd/trunk@7146 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:

committed by
Eric Wong

parent
0659d35951
commit
c3ba1bb956
@@ -38,7 +38,7 @@ void CompressCfg(int monitor,
|
||||
int target,
|
||||
int maxgain,
|
||||
int smooth,
|
||||
int buckets);
|
||||
unsigned buckets);
|
||||
|
||||
void CompressDo(void *data, unsigned int numSamples);
|
||||
|
||||
|
Reference in New Issue
Block a user