mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
memblock/pstream: Fix two compiler warnings
Fix two compiler warnings recently introduced by the memfd patch set. Signed-off-by: David Henningsson <diwic@ubuntu.com>
This commit is contained in:
parent
27d0a3b388
commit
d3845a0f8a
2 changed files with 4 additions and 2 deletions
|
|
@ -191,6 +191,8 @@ finish:
|
|||
return ret;
|
||||
|
||||
#else
|
||||
pa_assert_not_reached();
|
||||
pa_assert(fail_reason);
|
||||
*fail_reason = "memfd support not compiled in";
|
||||
return -1;
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue