mirror of
https://github.com/nlohmann/json.git
synced 2026-02-22 19:36:26 +00:00
cleanup
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user