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