diff options
author | Max Kellermann <max@duempel.org> | 2011-08-24 00:14:12 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-08-24 01:47:26 +0200 |
commit | 350aa330220685721eaeb3f8e5ee669a5ef4d015 (patch) | |
tree | 2f710fcefb53f44ca1ec3be8774b270690cfb478 /test | |
parent | d6290a2f1a27696f72e3ae599bdf8135e59be559 (diff) | |
download | mpd-350aa330220685721eaeb3f8e5ee669a5ef4d015.tar.gz mpd-350aa330220685721eaeb3f8e5ee669a5ef4d015.tar.xz mpd-350aa330220685721eaeb3f8e5ee669a5ef4d015.zip |
output/raop: consistently use GError
Diffstat (limited to '')
-rw-r--r-- | test/read_mixer.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |