Commit 43d10805 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

PulseAudio: fix a warning

parent ab6aece3
......@@ -334,6 +334,7 @@ static void Pause(aout_instance_t *aout, bool b_paused, mtime_t i_date)
pa_operation_unref(op);
pa_threaded_mainloop_unlock(sys->mainloop);
(void) i_date;
}
static int VolumeSet(aout_instance_t *aout, audio_volume_t vol, bool mute)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment