diff --git a/tests/errors.cpp b/tests/errors.cpp index 83af2051..c8281d63 100644 --- a/tests/errors.cpp +++ b/tests/errors.cpp @@ -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 {} };