Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
armv6-m/arm_dumpnvic.c: In function 'arm_dumpnvic': armv6-m/arm_dumpnvic.c:67:13: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 67 | _info(" IPR%d: %08x IPR%d: %08x IPR%d: %08x IPR%d: %08x\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ armv6-m/arm_dumpnvic.c:67:27: note: format string is defined here 67 | _info(" IPR%d: %08x IPR%d: %08x IPR%d: %08x IPR%d: %08x\n", | ~~~^ | | | unsigned int | %08lx Signed-off-by: chao an <[email protected]>
- Loading branch information