mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 21:47:17 +00:00
Error: wqueue/kwork_thread.c:202:3: error: format '%x' expects argument of type 'unsigned int',
but argument 4 has type 'long unsigned int' [-Werror=format=]
snprintf(args, 16, "0x%" PRIxPTR, (uintptr_t)wqueue);
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
|
||
|---|---|---|
| .. | ||
| m16c | ||
| rx65n | ||
| sh1 | ||
| .gitignore | ||
| arch.h | ||
| inttypes.h | ||
| irq.h | ||
| limits.h | ||
| README.txt | ||
| setjmp.h | ||
| sh1Plimits.h | ||
| sh1Ptypes.h | ||
| syscall.h | ||
| tls.h | ||
| types.h | ||
This directory contains header files common to all SH architectures. Sub-directories within this directory contain header files unique to specific SH chip architectures. At configuration time, additional directories will be linked here: 'build' will be a link to the boards/renesas/<chip>/<board>/include directory; 'chip' will be a link to the SH chip sub-directory.