Merge pull request #2051 from nlohmann/clang10warnings

Fix Clang compiler warnings
This commit is contained in:
Niels Lohmann
2020-04-20 08:04:23 +02:00
committed by GitHub
4 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ struct SaxEventLogger : public nlohmann::json_sax<json>
return true;
}
bool binary(std::vector<std::uint8_t>& val)
bool binary(std::vector<std::uint8_t>& val) override
{
std::string binary_contents = "binary(";
std::string comma_space = "";