diff --git a/include/spdlog/details/pattern_formatter_impl.h b/include/spdlog/details/pattern_formatter_impl.h index 62965364..a5b2d21f 100644 --- a/include/spdlog/details/pattern_formatter_impl.h +++ b/include/spdlog/details/pattern_formatter_impl.h @@ -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 << "] ";