Fixed warning "unused variable" with GCC 4.4 (issue #912)

This commit is contained in:
Benoit Blanchon
2019-02-28 10:22:27 +01:00
parent 1d5721f3bd
commit f342dee2b4
2 changed files with 4 additions and 12 deletions

View File

@@ -4,6 +4,7 @@ ArduinoJson: change log
HEAD
----
* Fixed warning "unused variable" with GCC 4.4 (issue #912)
* Added a clear error message for `StaticJsonBuffer` and `DynamicJsonBuffer`
v6.9.0 (2019-02-26)