Commit 2e23aecc authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

AudioTrack: kill an unused warning

parent f57c0a5b
......@@ -325,6 +325,8 @@ static void Play(audio_output_t *p_aout, block_t *p_buffer)
static void Pause(audio_output_t *p_aout, bool pause, mtime_t date)
{
VLC_UNUSED(date);
aout_sys_t *p_sys = p_aout->sys;
if (pause) {
......
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