mbedtls/ChangeLog.d/fix-iar-warnings.txt
Paul Elliott 1748de160a Fix IAR Warnings
IAR was warning that conditional execution could bypass initialisation of
variables, although those same variables were not used uninitialised.

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2023-02-13 15:35:35 +00:00

2 lines
52 B
Text

Bugfix
* Fix IAR compiler warnings. Fixes #6924.