mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'feature/format-hint' into 'master'
Tools: Add hint to resolve [u]int32_t formatting errors See merge request espressif/esp-idf!19296
This commit is contained in:
commit
a0689f0434
@ -39,3 +39,7 @@
|
|||||||
-
|
-
|
||||||
re: "The keyword signature for target_link_libraries has already been used"
|
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."
|
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 <inttypes.h> header file)."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user