fixed compilation warning

This commit is contained in:
gabime 2017-05-21 01:54:21 +03:00
parent 7f84daffd5
commit 3899e8a560

View File

@ -95,7 +95,7 @@ class a_formatter:public flag_formatter
// message counter formatter // message counter formatter
class i_formatter SPDLOG_FINAL:public flag_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; msg.formatted << '#' << msg.msg_id;
} }