Fixed warning "cast-align" (issue #914)

This commit is contained in:
Benoit Blanchon
2019-02-28 17:20:01 +01:00
parent d6e7709866
commit f3265d2111
4 changed files with 10 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ HEAD
----
* Fixed warning "unused variable" with GCC 4.4 (issue #912)
* Fixed warning "cast increases required alignment" (issue #914)
* Added a clear error message for `StaticJsonBuffer` and `DynamicJsonBuffer`
v6.9.0 (2019-02-26)