commit | a814357bf7dd830ba9c56ef050456dc207d62249 | [log] [tgz] |
---|---|---|
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | Wed Jun 15 15:31:52 2022 +0200 |
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | Mon Jun 27 10:33:03 2022 +0200 |
tree | b89c882dbda2bb2f10b55081aa73b29385b20b7b | |
parent | e8a6efe5e97876285d04081b49c9f4e6eaded1a0 [diff] |
feat(auth): enable MBEDTLS_CHECK_RETURN_WARNING Define the MBEDTLS_CHECK_RETURN_WARNING macro in mbedTLS configuration file to get compile-time warnings for mbedTLS functions we call and do not check the return value of. Right now, this does not flag anything but it could help catching bugs in the future. This was a new feature introduced in mbed TLS 2.28.0 release. Change-Id: If26f3c83b6ccc8bc60e75c3e582ab20817d047aa Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>