mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 10:01:33 +08:00
fix warning
This commit is contained in:
parent
e315bcb2a9
commit
ea1c829764
@ -236,7 +236,7 @@ class SPDLOG_API spdlog_ex : public std::exception
|
||||
public:
|
||||
explicit spdlog_ex(std::string msg);
|
||||
spdlog_ex(const std::string &msg, int last_errno);
|
||||
const char *what() const noexcept override;
|
||||
[[nodiscard]] const char *what() const noexcept override;
|
||||
|
||||
private:
|
||||
std::string msg_;
|
||||
|
Loading…
Reference in New Issue
Block a user