Solve compiler warning in tests
Signed-off-by: Ľubomír Carik <Lubomir.Carik@anritsu.com>
This commit is contained in:
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…
Reference in New Issue
Block a user