🚨 fix warning

This commit is contained in:
Niels Lohmann 2022-01-03 20:29:48 +01:00
parent 66a2d18df6
commit 6d67b59b44
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -862,6 +862,7 @@ TEST_CASE("regression tests 2")
{"smth", f_3215(false)} {"smth", f_3215(false)}
}; };
s = "initialized"; s = "initialized";
static_cast<void>(j);
} }
catch (std::runtime_error& e) catch (std::runtime_error& e)
{ {