mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-18 04:52:22 +02:00
Fixed GCC warnings
This commit is contained in:
@ -43,7 +43,7 @@ namespace ArduinoJson
|
||||
|
||||
private:
|
||||
Internals::JsonValue* items;
|
||||
int count, capacity;
|
||||
int capacity, count;
|
||||
};
|
||||
}
|
||||
}
|
@ -55,8 +55,7 @@ namespace ArduinoJson
|
||||
|
||||
private:
|
||||
KeyValuePair* items;
|
||||
int count;
|
||||
int capacity;
|
||||
int capacity, count;
|
||||
};
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user