gcc signedness and sparse fixes
git-svn-id: https://svn.musicpd.org/mpd/trunk@4489 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
int normalizationEnabled;
|
||||
|
||||
void initNormalization()
|
||||
void initNormalization(void)
|
||||
{
|
||||
normalizationEnabled = getBoolConfigParam(CONF_VOLUME_NORMALIZATION);
|
||||
if (normalizationEnabled == -1) normalizationEnabled = 0;
|
||||
@@ -34,7 +34,7 @@ void initNormalization()
|
||||
CompressCfg(0, ANTICLIP, TARGET, GAINMAX, GAINSMOOTH, BUCKETS);
|
||||
}
|
||||
|
||||
void finishNormalization()
|
||||
void finishNormalization(void)
|
||||
{
|
||||
if (normalizationEnabled) CompressFree();
|
||||
}
|
||||
|
Reference in New Issue
Block a user