Paul Elliott | 6f21e11 | 2020-12-09 17:46:27 +0000 | [diff] [blame] | 1 | Bugfix |
Paul Elliott | 9907e2c | 2021-03-10 17:14:10 +0000 | [diff] [blame] | 2 | * Add printf function attributes to mbedtls_debug_print_msg to ensure we |
| 3 | get printf format specifier warnings. |
| 4 | Changes |
| 5 | * Add extra printf compiler warning flags to builds. |
Paul Elliott | 3949065 | 2020-12-18 17:52:26 +0000 | [diff] [blame] | 6 | Requirement changes |
Paul Elliott | 9907e2c | 2021-03-10 17:14:10 +0000 | [diff] [blame] | 7 | * The library now uses the %zu format specifier with the printf() family of |
| 8 | functions, so requires a toolchain that supports it. This change does not |
| 9 | affect the maintained LTS branches, so when contributing changes please |
| 10 | bear this in mind and do not add them to backported code. |