⚗️ update warning flags
This commit is contained in:
parent
636091bbc9
commit
3d392520e4
@ -29,6 +29,9 @@ SOFTWARE.
|
|||||||
|
|
||||||
#include "doctest_compatibility.h"
|
#include "doctest_compatibility.h"
|
||||||
|
|
||||||
|
DOCTEST_GCC_SUPPRESS_WARNING_PUSH
|
||||||
|
DOCTEST_GCC_SUPPRESS_WARNING("-Wnoexcept")
|
||||||
|
|
||||||
#include <nlohmann/json.hpp>
|
#include <nlohmann/json.hpp>
|
||||||
using nlohmann::json;
|
using nlohmann::json;
|
||||||
|
|
||||||
@ -38,9 +41,6 @@ using nlohmann::json;
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
DOCTEST_GCC_SUPPRESS_WARNING_PUSH
|
|
||||||
DOCTEST_GCC_SUPPRESS_WARNING("-Wnoexcept")
|
|
||||||
|
|
||||||
namespace udt
|
namespace udt
|
||||||
{
|
{
|
||||||
enum class country
|
enum class country
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user