You need to sign in or sign up before continuing.
Commit a62df3cb authored by Max Kellermann's avatar Max Kellermann

output/oss: eliminate unnecessary tail code after "switch"

parent 18e32abd
......@@ -451,7 +451,8 @@ sample_format_to_oss(SampleFormat format)
#endif
}
return AFMT_QUERY;
assert(false);
gcc_unreachable();
}
/**
......
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