diff --git a/tests/registry.cpp b/tests/registry.cpp index 9f723272..0c581bc0 100644 --- a/tests/registry.cpp +++ b/tests/registry.cpp @@ -33,7 +33,7 @@ TEST_CASE("apply_all" spdlog::register_logger(logger2); int counter = 0; - spdlog::apply_all([&counter](std::shared_ptr ) { counter++; }); + spdlog::apply_all([&counter](std::shared_ptr) { counter++; }); REQUIRE(counter == 2); counter = 0;