mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-28 14:27:27 +02:00
Invert gate on printf attribute
Inverted the logic without thinking. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
@@ -93,10 +93,10 @@
|
||||
* This module provides debugging functions.
|
||||
*/
|
||||
#if defined(__GNUC__)
|
||||
#define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check)
|
||||
#else
|
||||
#define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \
|
||||
__attribute__((format (printf, string_index, first_to_check)))
|
||||
#else
|
||||
#define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check)
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user