pcm_resample_fallback: removed G_GNUC_UNUSED attribute

This commit is contained in:
Max Kellermann
2009-07-22 19:52:25 +02:00
parent 00ee3de7b2
commit c95663312a
2 changed files with 3 additions and 6 deletions

View File

@@ -74,8 +74,7 @@ const int32_t *
pcm_resample_fallback_32(struct pcm_resample_state *state,
uint8_t channels,
unsigned src_rate,
const int32_t *src_buffer,
G_GNUC_UNUSED size_t src_size,
const int32_t *src_buffer, size_t src_size,
unsigned dest_rate,
size_t *dest_size_r)
{