fixing unused parameter warning
This commit is contained in:
parent
57d836da49
commit
60a5b5562b
@ -64,7 +64,7 @@ pcm_volume_change_16(int16_t *buffer, unsigned num_samples, int volume)
|
|||||||
* multiplication result instead of emulating 64 bit multiplication.
|
* multiplication result instead of emulating 64 bit multiplication.
|
||||||
*/
|
*/
|
||||||
static inline int32_t
|
static inline int32_t
|
||||||
pcm_volume_sample_24(int32_t sample, int32_t volume, int32_t dither)
|
pcm_volume_sample_24(int32_t sample, int32_t volume, G_GNUC_UNUSED int32_t dither)
|
||||||
{
|
{
|
||||||
int32_t result;
|
int32_t result;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user