Paul Elliott | 6f21e11 | 2020-12-09 17:46:27 +0000 | [diff] [blame] | 1 | Bugfix |
| 2 | * Add printf function attributes to mbedtls_debug_print_msg because we were |
| 3 | not actually getting any printf format specifier warnings prior to this. |
| 4 | Also add extra printf compiler warning flags to builds. |
Paul Elliott | 3949065 | 2020-12-18 17:52:26 +0000 | [diff] [blame^] | 5 | Requirement changes |
Paul Elliott | 6f21e11 | 2020-12-09 17:46:27 +0000 | [diff] [blame] | 6 | * Use %zu for print of type size_t in new work, however please do not use |
| 7 | them in backports, and preferably not in code that needs to be |
| 8 | backported. |
| 9 | |
| 10 | |