diff --git a/tools/idf_py_actions/hints.yml b/tools/idf_py_actions/hints.yml index 292ee70f24..4829dbded6 100644 --- a/tools/idf_py_actions/hints.yml +++ b/tools/idf_py_actions/hints.yml @@ -39,3 +39,7 @@ - re: "The keyword signature for target_link_libraries has already been used" hint: "Projects using target_link_libraries with project_elf explicitly and custom CMake projects must specify PRIVATE, PUBLIC or INTERFACE arguments." + +- + re: "format '([^']+)' expects argument of type '((unsigned )?int|long)', but argument (\\w+) has type '([u]?int32_t)'( {aka '([^']+)'})?" + hint: "The issue is better to resolve by replacing format specifiers to 'PRI'-family macros (include header file)."