mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Fixed some extra warnings from clang
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user