gcc.h: add macro gcc_unreachable()
This commit is contained in:
@@ -93,6 +93,7 @@ ChainFilter::CloseUntil(const Filter *until)
|
||||
|
||||
/* this assertion fails if #until does not exist (anymore) */
|
||||
assert(false);
|
||||
gcc_unreachable();
|
||||
}
|
||||
|
||||
static const struct audio_format *
|
||||
|
Reference in New Issue
Block a user