🚨 fixed warnings

This commit is contained in:
Niels Lohmann
2019-03-17 12:01:49 +01:00
parent d6c4cd3b6d
commit b8451c236f
19 changed files with 4721 additions and 4622 deletions

View File

@@ -123,7 +123,7 @@ struct SaxEventLogger : public nlohmann::json_sax<json>
return false;
}
std::vector<std::string> events;
std::vector<std::string> events {};
};
struct SaxEventLoggerExitAfterStartObject : public SaxEventLogger