mirror of
https://github.com/nlohmann/json.git
synced 2026-02-27 22:06:25 +00:00
fixed a bunch of warnings from the Makefile from the root of the repo
This commit is contained in:
@@ -292,7 +292,7 @@ TEST_CASE("regression tests")
|
||||
int number = j["Number"];
|
||||
CHECK(number == 100);
|
||||
float foo = j["Foo"];
|
||||
CHECK(foo == Approx(42.42));
|
||||
CHECK(static_cast<double>(foo) == Approx(42.42));
|
||||
}
|
||||
|
||||
SECTION("issue #89 - nonstandard integer type")
|
||||
|
||||
Reference in New Issue
Block a user