Fixed GCC warning "declaration shadows a member" (issue #103)

This commit is contained in:
Benoit Blanchon
2015-09-01 22:26:51 +02:00
parent 5a4d993f7d
commit 04b8781c8d
3 changed files with 6 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ v5.0.2
* Fixed segmentation fault in `parseObject(String)` and `parseArray(String)`, when the
`StaticJsonBuffer` is too small to hold a copy of the string
* Fixed Clang warning "register specifier is deprecated" (issue #102)
* Fixed GCC warning "declaration shadows a member" (issue #103)
* Fixed memory alignment, which made ESP8266 crash (issue #104)
* Fixed compilation on Visual Studio 2010 and 2012 (issue #107)