mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-16 00:45:48 +08:00
fixed compilation warning
This commit is contained in:
parent
7f84daffd5
commit
3899e8a560
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user