mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 18:27:37 +02:00
Fixed GCC warning
This commit is contained in:
@ -60,8 +60,8 @@ class DynamicJsonBuffer : public JsonBuffer {
|
||||
return _next->alloc(bytes);
|
||||
}
|
||||
|
||||
DynamicJsonBuffer* _next;
|
||||
size_t _size;
|
||||
uint8_t _buffer[BLOCK_CAPACITY];
|
||||
DynamicJsonBuffer* _next;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user