output/oss: eliminate unnecessary tail code after "switch"
This commit is contained in:
parent
18e32abda9
commit
a62df3cb8f
@ -451,7 +451,8 @@ sample_format_to_oss(SampleFormat format)
|
||||
#endif
|
||||
}
|
||||
|
||||
return AFMT_QUERY;
|
||||
assert(false);
|
||||
gcc_unreachable();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user