⚗️ update warning flags
This commit is contained in:
parent
af5355df1e
commit
efbfc25562
@ -41,7 +41,7 @@ using nlohmann::json;
|
|||||||
|
|
||||||
// This test suite uses range for loops where values are copied. This is inefficient in usual code, but required to achieve 100% coverage.
|
// This test suite uses range for loops where values are copied. This is inefficient in usual code, but required to achieve 100% coverage.
|
||||||
DOCTEST_GCC_SUPPRESS_WARNING_PUSH
|
DOCTEST_GCC_SUPPRESS_WARNING_PUSH
|
||||||
DOCTEST_GCC_SUPPRESS_WARNING(-Wrange-loop-construct)
|
DOCTEST_GCC_SUPPRESS_WARNING("-Wrange-loop-construct")
|
||||||
|
|
||||||
TEST_CASE("iterator_wrapper")
|
TEST_CASE("iterator_wrapper")
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user