mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
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>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
Bugfix
|
||||
* Fix IAR compiler warnings. Contributed by Glenn Strauss in #3835.
|
||||
* Fix IAR compiler warnings. Fixes #6924.
|
||||
|
Reference in New Issue
Block a user