From 60a5b5562b6608ffe2e1ee5b9e83365cdcd83c06 Mon Sep 17 00:00:00 2001 From: Viliam Mateicka Date: Mon, 2 Mar 2009 18:54:50 +0100 Subject: fixing unused parameter warning --- src/pcm_volume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pcm_volume.c b/src/pcm_volume.c index 49b0f9fb7..4f1ecf49c 100644 --- a/src/pcm_volume.c +++ b/src/pcm_volume.c @@ -64,7 +64,7 @@ pcm_volume_change_16(int16_t *buffer, unsigned num_samples, int volume) * multiplication result instead of emulating 64 bit multiplication. */ 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; -- cgit v1.2.3