aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmResampleInternal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm/PcmResampleInternal.hxx')
-rw-r--r--src/pcm/PcmResampleInternal.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pcm/PcmResampleInternal.hxx b/src/pcm/PcmResampleInternal.hxx
index 4ea96daea..5275c090a 100644
--- a/src/pcm/PcmResampleInternal.hxx
+++ b/src/pcm/PcmResampleInternal.hxx
@@ -65,7 +65,7 @@ pcm_resample_lsr_32(PcmResampler *state,
unsigned channels,
unsigned src_rate,
const int32_t *src_buffer,
- G_GNUC_UNUSED size_t src_size,
+ size_t src_size,
unsigned dest_rate, size_t *dest_size_r,
GError **error_r);
@@ -84,7 +84,7 @@ pcm_resample_fallback_32(PcmResampler *state,
unsigned channels,
unsigned src_rate,
const int32_t *src_buffer,
- G_GNUC_UNUSED size_t src_size,
+ size_t src_size,
unsigned dest_rate,
size_t *dest_size_r);