From b7d5652bf63c2885588ad61b5f44b164627bb5a6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 20 Oct 2011 02:11:40 +0200 Subject: pcm_volume: "length" is a "size_t", not "int" --- test/run_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/run_decoder.c') diff --git a/test/run_decoder.c b/test/run_decoder.c index 9959b6ded..01bf66aae 100644 --- a/test/run_decoder.c +++ b/test/run_decoder.c @@ -56,7 +56,7 @@ idle_add(G_GNUC_UNUSED unsigned flags) * No-op dummy. */ bool -pcm_volume(G_GNUC_UNUSED void *buffer, G_GNUC_UNUSED int length, +pcm_volume(G_GNUC_UNUSED void *buffer, G_GNUC_UNUSED size_t length, G_GNUC_UNUSED enum sample_format format, G_GNUC_UNUSED int volume) { -- cgit v1.2.3