mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
fixed gcc pedantic warnings
This commit is contained in:
@@ -57,8 +57,8 @@ protected:
|
||||
void _stop() override;
|
||||
|
||||
private:
|
||||
log_clock::duration _shutdown_duration;
|
||||
std::unique_ptr<sinks::async_sink> _as;
|
||||
log_clock::duration _shutdown_duration;
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user