mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 09:45:38 +01:00
Improve wording of ChangeLog entry
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
aa5e132df7
commit
9907e2c334
@ -1,10 +1,10 @@
|
|||||||
Bugfix
|
Bugfix
|
||||||
* Add printf function attributes to mbedtls_debug_print_msg because we were
|
* Add printf function attributes to mbedtls_debug_print_msg to ensure we
|
||||||
not actually getting any printf format specifier warnings prior to this.
|
get printf format specifier warnings.
|
||||||
Also add extra printf compiler warning flags to builds.
|
Changes
|
||||||
|
* Add extra printf compiler warning flags to builds.
|
||||||
Requirement changes
|
Requirement changes
|
||||||
* Use %zu for print of type size_t in new work, however please do not use
|
* The library now uses the %zu format specifier with the printf() family of
|
||||||
them in backports, and preferably not in code that needs to be
|
functions, so requires a toolchain that supports it. This change does not
|
||||||
backported.
|
affect the maintained LTS branches, so when contributing changes please
|
||||||
|
bear this in mind and do not add them to backported code.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user