mirror of
https://github.com/gabime/spdlog.git
synced 2025-11-16 09:28:56 +08:00
fixed pedantic gcc errors
This commit is contained in:
@@ -59,7 +59,7 @@ class async_log_helper
|
||||
std::string logger_name;
|
||||
level::level_enum level;
|
||||
log_clock::time_point time;
|
||||
thread_id thread_id;
|
||||
log_thread_id thread_id;
|
||||
std::string txt;
|
||||
|
||||
async_msg() = default;
|
||||
|
||||
@@ -90,7 +90,7 @@ struct log_msg
|
||||
std::string logger_name;
|
||||
level::level_enum level;
|
||||
log_clock::time_point time;
|
||||
thread_id thread_id;
|
||||
log_thread_id thread_id;
|
||||
fmt::MemoryWriter raw;
|
||||
fmt::MemoryWriter formatted;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user