From 350aa330220685721eaeb3f8e5ee669a5ef4d015 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 24 Aug 2011 00:14:12 +0200 Subject: output/raop: consistently use GError --- test/read_mixer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/read_mixer.c') diff --git a/test/read_mixer.c b/test/read_mixer.c index 713fc9f38..b45a14400 100644 --- a/test/read_mixer.c +++ b/test/read_mixer.c @@ -60,7 +60,8 @@ pulse_output_set_volume(G_GNUC_UNUSED struct pulse_output *po, bool raop_set_volume(G_GNUC_UNUSED struct raop_data *rd, - G_GNUC_UNUSED unsigned volume) + G_GNUC_UNUSED unsigned volume, + G_GNUC_UNUSED GError **error_r) { return false; } -- cgit v1.2.3