diff options
author | 2023-12-19 15:14:36 +0000 | |
---|---|---|
committer | 2024-01-12 12:38:37 +0100 | |
commit | 29328fb06cee0f984c796c7451408b00e5681a6b (patch) | |
tree | a3c60c5f26efbd4efe1067e4c3f39ef1c40624dd /tools/perf/scripts/python/export-to-postgresql.py | |
parent | video/sticore: Remove info field from STI struct (diff) | |
download | wireguard-linux-29328fb06cee0f984c796c7451408b00e5681a6b.tar.xz wireguard-linux-29328fb06cee0f984c796c7451408b00e5681a6b.zip |
video/logo: use %u format specifier for unsigned int values
Currently the %d format specifier is being used for unsigned int values.
Fix this by using the correct %u format specifier. Cleans up cppcheck
warnings:
warning: %d in format string (no. 1) requires 'int' but the argument
type is 'unsigned int'. [invalidPrintfArgType_sint]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions