Solve compiler warning in tests

Signed-off-by: Ľubomír Carik <Lubomir.Carik@anritsu.com>
This commit is contained in:
Ľubomír Carik 2017-12-20 04:21:59 +01:00
parent ed5498a2e9
commit f93277d271
1 changed files with 1 additions and 1 deletions

View File

@ -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
{}
};