mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
wip
This commit is contained in:
@@ -42,7 +42,7 @@ struct custom_ex
|
||||
{
|
||||
};
|
||||
|
||||
static void custom_handler(const std::string &msg)
|
||||
static void custom_handler(const std::string &)
|
||||
{
|
||||
throw custom_ex();
|
||||
}
|
||||
|
Reference in New Issue
Block a user