mirror of
https://github.com/gabime/spdlog.git
synced 2025-02-05 04:06:46 +08:00
fixed gcc pedantic warning
This commit is contained in:
parent
b715378ff5
commit
e8a27a1cee
@ -435,7 +435,7 @@ class full_formatter :public flag_formatter
|
|||||||
//no datetime needed
|
//no datetime needed
|
||||||
#else
|
#else
|
||||||
(void)tm_time;
|
(void)tm_time;
|
||||||
#endif;
|
#endif
|
||||||
|
|
||||||
#ifndef SPDLOG_NO_NAME
|
#ifndef SPDLOG_NO_NAME
|
||||||
msg.formatted << '[' << msg.logger_name << "] ";
|
msg.formatted << '[' << msg.logger_name << "] ";
|
||||||
|
Loading…
Reference in New Issue
Block a user