1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-28 14:43:03 +04:00

🚨 fixed some warnings

This commit is contained in:
Niels Lohmann
2018-12-23 13:56:18 +01:00
parent db53bdac19
commit 6f89613acd
15 changed files with 170 additions and 168 deletions
+1 -1
View File
@@ -1262,7 +1262,7 @@ TEST_CASE("JSON patch")
"test/data/json-patch-tests/tests.json"
})
{
CAPTURE(filename);
CAPTURE(filename)
std::ifstream f(filename);
json suite = json::parse(f);