Solve compiler warning in tests

Signed-off-by: Ľubomír Carik <Lubomir.Carik@anritsu.com>
pull/586/head
Ľubomír Carik 8 years ago
parent ed5498a2e9
commit f93277d271

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

Loading…
Cancel
Save