1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-29 23:23:02 +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
+7 -7
View File
@@ -821,7 +821,7 @@ TEST_CASE("BSON numerical data")
for (auto i : numbers)
{
CAPTURE(i);
CAPTURE(i)
json j =
{
@@ -893,7 +893,7 @@ TEST_CASE("BSON numerical data")
for (auto i : numbers)
{
CAPTURE(i);
CAPTURE(i)
json j =
{
@@ -946,7 +946,7 @@ TEST_CASE("BSON numerical data")
for (auto i : numbers)
{
CAPTURE(i);
CAPTURE(i)
json j =
{
@@ -1008,7 +1008,7 @@ TEST_CASE("BSON numerical data")
for (auto i : numbers)
{
CAPTURE(i);
CAPTURE(i)
json j =
{
@@ -1063,7 +1063,7 @@ TEST_CASE("BSON numerical data")
for (auto i : numbers)
{
CAPTURE(i);
CAPTURE(i)
json j =
{
@@ -1113,7 +1113,7 @@ TEST_CASE("BSON numerical data")
for (auto i : numbers)
{
CAPTURE(i);
CAPTURE(i)
json j =
{
@@ -1159,7 +1159,7 @@ TEST_CASE("BSON roundtrips", "[hide]")
"test/data/json.org/5.json"
})
{
CAPTURE(filename);
CAPTURE(filename)
SECTION(filename + ": std::vector<uint8_t>")
{