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
1 changed files with 1 additions and 1 deletions
|
@ -3103,7 +3103,7 @@
|
|||
* If the implementation here is empty, this will effectively disable the
|
||||
* checking of functions' return values.
|
||||
*/
|
||||
//#define MBEDTLS_CHECK_RETURN __attribute__(__warn_unused_result__)
|
||||
//#define MBEDTLS_CHECK_RETURN __attribute__((__warn_unused_result__))
|
||||
|
||||
/* PSA options */
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue