mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Fix mistake in the sample implementation of MBEDTLS_CHECK_RETURN
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
5c4ca32f93
commit
cd79dfc4bb
|
|
@ -3103,7 +3103,7 @@
|
||||||
* If the implementation here is empty, this will effectively disable the
|
* If the implementation here is empty, this will effectively disable the
|
||||||
* checking of functions' return values.
|
* checking of functions' return values.
|
||||||
*/
|
*/
|
||||||
//#define MBEDTLS_CHECK_RETURN __attribute__(__warn_unused_result__)
|
//#define MBEDTLS_CHECK_RETURN __attribute__((__warn_unused_result__))
|
||||||
|
|
||||||
/* PSA options */
|
/* PSA options */
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue