fixed a bunch of warnings from the Makefile from the root of the repo
This commit is contained in:
parent
82af0ecdc1
commit
5d511a6e96
6 changed files with 48 additions and 16 deletions
|
|
@ -457,7 +457,7 @@ TEST_CASE("RFC 7159 examples")
|
|||
}
|
||||
)";
|
||||
|
||||
CHECK_NOTHROW(auto tmp = json(json_contents));
|
||||
CHECK_NOTHROW(json(json_contents));
|
||||
}
|
||||
|
||||
{
|
||||
|
|
@ -484,7 +484,7 @@ TEST_CASE("RFC 7159 examples")
|
|||
"Country": "US"
|
||||
}
|
||||
])";
|
||||
CHECK_NOTHROW(auto tmp = json(json_contents));
|
||||
CHECK_NOTHROW(json(json_contents));
|
||||
}
|
||||
|
||||
CHECK(json::parse("\"Hello world!\"") == json("Hello world!"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue