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
+2 -2
View File
@@ -9374,7 +9374,7 @@ class binary_writer
assert(false);
return 0ul;
// LCOV_EXCL_STOP
};
}
}
/*!
@@ -9418,7 +9418,7 @@ class binary_writer
assert(false);
return;
// LCOV_EXCL_STOP
};
}
}
/*!