cleanup
This commit is contained in:
parent
e00b00fea8
commit
8a0490a011
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ using nlohmann::json;
|
|||
|
||||
// disable float-equal warnings on GCC/clang
|
||||
#if defined(__clang__) || defined(__GNUC__) || defined(__GNUG__)
|
||||
#pragma GCC diagnostic ignored "-Wfloat-equal"
|
||||
#pragma GCC diagnostic ignored "-Wfloat-equal"
|
||||
#endif
|
||||
|
||||
TEST_CASE("constructors")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue