Unverified Commit 48eca466 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #586 from horar/fix/warnings

Solve compiler warning in tests
parents ed5498a2 f93277d2
...@@ -15,7 +15,7 @@ class failing_sink: public spdlog::sinks::sink ...@@ -15,7 +15,7 @@ class failing_sink: public spdlog::sinks::sink
throw std::runtime_error("some error happened during log"); throw std::runtime_error("some error happened during log");
} }
void flush() void flush() override
{} {}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment