fixed gcc pedantic warning

This commit is contained in:
gabime 2015-04-09 18:14:39 +03:00
parent b715378ff5
commit e8a27a1cee

View File

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