Fixed some extra warnings from clang

This commit is contained in:
gabime
2018-08-31 14:17:11 +03:00
parent e52e258f15
commit f4bbe8b2b3
5 changed files with 35 additions and 13 deletions

View File

@@ -92,7 +92,6 @@ TEST_CASE("periodic flush", "[periodic_flush]")
spdlog::drop_all();
}
TEST_CASE("clone", "[clone]")
{
using namespace spdlog;
@@ -133,6 +132,5 @@ TEST_CASE("clone async", "[clone]")
auto test_sink = std::static_pointer_cast<sinks::test_sink_mt>(cloned->sinks()[0]);
REQUIRE(test_sink->msg_counter() == 2);
spdlog::drop_all();
}