mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 01:51:38 +08:00
Merge pull request #586 from horar/fix/warnings
Solve compiler warning in tests
This commit is contained in:
commit
48eca46680
@ -15,7 +15,7 @@ class failing_sink: public spdlog::sinks::sink
|
||||
throw std::runtime_error("some error happened during log");
|
||||
}
|
||||
|
||||
void flush()
|
||||
void flush() override
|
||||
{}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user