Suppress IAR compiler warning.

This commit is contained in:
Mikolaj Stawiski
2020-07-28 17:07:22 +10:00
committed by Benoit Blanchon
parent 144ff3b06e
commit 0c0bf80074
2 changed files with 10 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ HEAD
* Fixed `copyArray()` not working with `String`, `ElementProxy`, and `MemberProxy`
* Fixed error `getOrAddElement is not a member of ElementProxy` (issue #1311)
* Fixed excessive stack usage when compiled with `-Og` (issues #1210 and #1314)
* Fixed `Warning[Pa093]: implicit conversion from floating point to integer` on IAR compiler (PR #1328 by @stawiski)
v6.15.2 (2020-05-15)
-------