1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-09-16 23:02:06 +03:00
Files
mbedtls/ChangeLog.d/fix-iar-warnings.txt
Paul Elliott fc820d96e0 Fix IAR warnings
IAR was warning that conditional execution could bypass initialisation of
variables, although those same variables were not used uninitialised. Fix
this along with some other IAR warnings.

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

3 lines
52 B
Plaintext

Bugfix
* Fix IAR compiler warnings. Fixes #6924.