Commit 4d54fb13 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix warning

parent 19295c5d
......@@ -144,6 +144,8 @@ void aout_lock (unsigned i)
case OUTPUT_FIFO_LOCK:
allowed = MIXER_LOCK|INPUT_LOCK|INPUT_FIFO_LOCK;
break;
default:
abort ();
}
if (aout_locks & ~allowed)
......
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