mbedtls/ChangeLog.d/fix_cmake_using_iar_toolchain.txt
savent 5d8adab983 cmake: IAR support option( MBEDTLS_FATAL_WARNINGS)
IAR toolchain makes some warning, forcing 'warning as error' is not for sure.

Signed-off-by: savent <savent_gate@outlook.com>
2022-08-02 03:23:02 +00:00

4 lines
97 B
Plaintext

Bugfix
* Fixed an issue that cause compile error using CMake IAR toolchain.
Fixes #5964.