Fix mistake in the sample implementation of MBEDTLS_CHECK_RETURN

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2021-09-30 18:53:36 +02:00
parent 5c4ca32f93
commit cd79dfc4bb

View file

@ -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 */
/**