Commit f93277d2 authored by Ľubomír Carik's avatar Ľubomír Carik

Solve compiler warning in tests

Signed-off-by: 's avatarĽubomír Carik <Lubomir.Carik@anritsu.com>
parent ed5498a2
...@@ -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