mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
make gcc shut up
This commit is contained in:
parent
078a8d583f
commit
a625ca7c74
1 changed files with 7 additions and 0 deletions
|
|
@ -744,6 +744,13 @@ void pa_envelope_apply(pa_envelope *e, pa_memchunk *chunk) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case PA_SAMPLE_S24LE:
|
||||||
|
case PA_SAMPLE_S24BE:
|
||||||
|
case PA_SAMPLE_S24_32LE:
|
||||||
|
case PA_SAMPLE_S24_32BE:
|
||||||
|
/* FIXME */
|
||||||
|
pa_assert_not_reached();
|
||||||
|
|
||||||
case PA_SAMPLE_MAX:
|
case PA_SAMPLE_MAX:
|
||||||
case PA_SAMPLE_INVALID:
|
case PA_SAMPLE_INVALID:
|
||||||
pa_assert_not_reached();
|
pa_assert_not_reached();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue