*: add "noexcept" to many, many function prototypes
See commit 71f0ed8b74
This commit is contained in:
@@ -1009,7 +1009,7 @@ MaybeDmix(snd_pcm_type_t type)
|
||||
|
||||
gcc_pure
|
||||
static bool
|
||||
MaybeDmix(snd_pcm_t *pcm)
|
||||
MaybeDmix(snd_pcm_t *pcm) noexcept
|
||||
{
|
||||
return MaybeDmix(snd_pcm_type(pcm));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user