Commit 3899e8a5 authored by gabime's avatar gabime

fixed compilation warning

parent 7f84daff
......@@ -95,7 +95,7 @@ class a_formatter:public flag_formatter
// message counter formatter
class i_formatter SPDLOG_FINAL:public flag_formatter
{
void format(details::log_msg& msg, const std::tm& tm_time) override
void format(details::log_msg& msg, const std::tm&) override
{
msg.formatted << '#' << msg.msg_id;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment