Log: add "noexcept"
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
void
|
||||
Log(const Domain &domain, gcc_unused LogLevel level, const char *msg)
|
||||
Log(const Domain &domain, gcc_unused LogLevel level, const char *msg) noexcept
|
||||
{
|
||||
fprintf(stderr, "[%s] %s\n", domain.GetName(), msg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user