⚗️ update warning flags

This commit is contained in:
Niels Lohmann 2021-08-17 11:36:26 +02:00
parent 636091bbc9
commit 3d392520e4
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;
@ -38,9 +41,6 @@ using nlohmann::json;
#include <memory>
#include <utility>
DOCTEST_GCC_SUPPRESS_WARNING_PUSH
DOCTEST_GCC_SUPPRESS_WARNING("-Wnoexcept")
namespace udt
{
enum class country