mirror of
https://github.com/espressif/openthread.git
synced 2026-08-21 18:09:52 +00:00
This commit introduces enhanced format string checking. It activates a new compiler warning to identify potential issues with non-literal format strings and systematically applies format attribute macros to functions that handle variable arguments.