This commit is contained in:
gabime
2019-04-26 15:11:01 +03:00
parent 3e378f009d
commit baefe0b3f6
6 changed files with 154 additions and 96 deletions

View File

@@ -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();
}