From 3d392520e48e2570f3fee3d95b214c6fd1a2a3b1 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 17 Aug 2021 11:36:26 +0200 Subject: [PATCH] :alembic: update warning flags --- test/src/unit-udt.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/src/unit-udt.cpp b/test/src/unit-udt.cpp index bab9151af..008257bf6 100644 --- a/test/src/unit-udt.cpp +++ b/test/src/unit-udt.cpp @@ -29,6 +29,9 @@ SOFTWARE. #include "doctest_compatibility.h" +DOCTEST_GCC_SUPPRESS_WARNING_PUSH +DOCTEST_GCC_SUPPRESS_WARNING("-Wnoexcept") + #include using nlohmann::json; @@ -38,9 +41,6 @@ using nlohmann::json; #include #include -DOCTEST_GCC_SUPPRESS_WARNING_PUSH -DOCTEST_GCC_SUPPRESS_WARNING("-Wnoexcept") - namespace udt { enum class country