fixed compilation warning

pull/450/head
gabime 8 years ago
parent 7f84daffd5
commit 3899e8a560

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

Loading…
Cancel
Save