Commit 4a159ad6 authored by gabime's avatar gabime

Fixed unused variable warning

parent 19264b83
...@@ -387,7 +387,7 @@ class pid_formatter SPDLOG_FINAL:public flag_formatter ...@@ -387,7 +387,7 @@ class pid_formatter SPDLOG_FINAL: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 << fmt::pad(msg.msg_id, 6, '0'); msg.formatted << fmt::pad(msg.msg_id, 6, '0');
} }
......
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