From 6d67b59b441974040e56b633be202232981db07a Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Mon, 3 Jan 2022 20:29:48 +0100 Subject: [PATCH] :rotating_light: fix warning --- test/src/unit-regression2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/src/unit-regression2.cpp b/test/src/unit-regression2.cpp index 9f31a2059..21d0b13ef 100644 --- a/test/src/unit-regression2.cpp +++ b/test/src/unit-regression2.cpp @@ -862,6 +862,7 @@ TEST_CASE("regression tests 2") {"smth", f_3215(false)} }; s = "initialized"; + static_cast(j); } catch (std::runtime_error& e) {