lib/pulse: add "noexcept"
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include <pulse/error.h>
|
||||
|
||||
void
|
||||
LogPulseError(pa_context *context, const char *prefix)
|
||||
LogPulseError(pa_context *context, const char *prefix) noexcept
|
||||
{
|
||||
const int e = pa_context_errno(context);
|
||||
FormatError(pulse_domain, "%s: %s", prefix, pa_strerror(e));
|
||||
|
Reference in New Issue
Block a user