Commit e8a27a1c authored by gabime's avatar gabime

fixed gcc pedantic warning

parent b715378f
......@@ -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 << "] ";
......
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