mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-26 15:39:03 +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
|
||||
#else
|
||||
(void)tm_time;
|
||||
#endif;
|
||||
#endif
|
||||
|
||||
#ifndef SPDLOG_NO_NAME
|
||||
msg.formatted << '[' << msg.logger_name << "] ";
|
||||
|
Loading…
Reference in New Issue
Block a user