diff options
author | 2025-04-11 11:00:39 +0200 | |
---|---|---|
committer | 2025-04-22 10:56:24 +0200 | |
commit | e5407c0820ea5fa7117b85ed32b724af73156d63 (patch) | |
tree | a5eca5118fe9aa2666030795fb74ab1f968d59a2 /tools/perf/scripts/python/stackcollapse.py | |
parent | tools/nolibc: handle intmax_t/uintmax_t in printf (diff) | |
download | wireguard-linux-e5407c0820ea5fa7117b85ed32b724af73156d63.tar.xz wireguard-linux-e5407c0820ea5fa7117b85ed32b724af73156d63.zip |
tools/nolibc: use intmax definitions from compiler
The printf format checking in the compiler uses the intmax types from
the compiler, not libc. This can lead to compiler errors.
Instead use the types already provided by the compiler.
Example issue with clang 19 for arm64:
nolibc-test.c:30:2: error: format specifies type 'uintmax_t' (aka 'unsigned long') but the argument has type 'uintmax_t' (aka 'unsigned long long') [-Werror,-Wformat]
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Acked-by: Willy Tarreau <w@1wt.eu>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions