mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
treewide: use spa_assert_not_reached() instead of assert(false)
This commit is contained in:
parent
436787d6ba
commit
06ba425378
2 changed files with 2 additions and 2 deletions
|
|
@ -848,7 +848,7 @@ static int parse_device(struct impl *this)
|
|||
switch (value_index) {
|
||||
case 0: value_label = "card"; break;
|
||||
case 1: value_label = "device"; break;
|
||||
default: assert(false);
|
||||
default: spa_assert_not_reached();
|
||||
}
|
||||
|
||||
errno = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue