mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01: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