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/read_mixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/read_mixer.c') diff --git a/test/read_mixer.c b/test/read_mixer.c index bf17e8f65..0a0719460 100644 --- a/test/read_mixer.c +++ b/test/read_mixer.c @@ -115,7 +115,7 @@ filter_plugin_by_name(G_GNUC_UNUSED const char *name) } 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