mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
Fixed warning in GCC
This commit is contained in:
@@ -55,7 +55,7 @@ namespace ArduinoJson
|
||||
|
||||
public:
|
||||
JsonNode()
|
||||
: type(JSON_UNDEFINED), next(0)
|
||||
: next(0), type(JSON_UNDEFINED)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user