mirror of
https://github.com/nlohmann/json.git
synced 2026-02-24 12:26:25 +00:00
🚨 fixed warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user