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

This commit is contained in:
Max Kellermann 2015-01-07 18:49:29 +01:00
parent 18e32abda9
commit a62df3cb8f

View File

@ -451,7 +451,8 @@ sample_format_to_oss(SampleFormat format)
#endif
}
return AFMT_QUERY;
assert(false);
gcc_unreachable();
}
/**