⚗️ update warning flags

This commit is contained in:
Niels Lohmann 2021-08-17 11:38:27 +02:00
parent 3d392520e4
commit 49f78e0e15
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -29,6 +29,9 @@ SOFTWARE.
#include "doctest_compatibility.h"
DOCTEST_GCC_SUPPRESS_WARNING_PUSH
DOCTEST_GCC_SUPPRESS_WARNING("-Wnoexcept")
#include <nlohmann/json.hpp>
using nlohmann::json;
@ -95,3 +98,5 @@ TEST_CASE("runtime checks")
from_json(j2, pod_bis());
}
}
DOCTEST_GCC_SUPPRESS_WARNING_POP