aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorAmer Al Shanawany <[email protected]>2024-06-11 17:16:08 +0200
committerShuah Khan <[email protected]>2024-06-11 09:25:43 -0600
commit04e1f99afe8bec27ad2d2726897ac8185bf0532c (patch)
tree45062f0e95d9f92ecbf01b8e63eba74c4206e620 /scripts/generate_rust_analyzer.py
parent2049aad5d3a6921f80121029afe6fbcfb2727861 (diff)
selftests: seccomp: fix format-zero-length warnings
fix the following errors by using string format specifier and an empty parameter: seccomp_benchmark.c:197:24: warning: zero-length gnu_printf format string [-Wformat-zero-length] 197 | ksft_print_msg(""); | ^~ seccomp_benchmark.c:202:24: warning: zero-length gnu_printf format string [-Wformat-zero-length] 202 | ksft_print_msg(""); | ^~ seccomp_benchmark.c:204:24: warning: zero-length gnu_printf format string [-Wformat-zero-length] 204 | ksft_print_msg(""); | ^~ Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Suggested-by: Kees Cook <[email protected]> Signed-off-by: Amer Al Shanawany <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions