Fixed clang-tidy warnings (fixes #1574)

This commit is contained in:
Benoit Blanchon
2021-06-04 11:39:19 +02:00
10 changed files with 19 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ HEAD
* Fixed support for `volatile float` and `volatile double` (issue #1557)
* Fixed error `[Pe070]: incomplete type is not allowed` on IAR (issue #1560)
* Fixed `serializeJson(doc, String)` when allocation fails (issue #1572)
* Fixed clang-tidy warnings (issue #1574, PR #1577 by @armandas)
v6.18.0 (2021-05-05)
-------