diff options
author | Amer Al Shanawany <[email protected]> | 2024-06-11 17:16:08 +0200 |
---|---|---|
committer | Shuah Khan <[email protected]> | 2024-06-11 09:25:43 -0600 |
commit | 04e1f99afe8bec27ad2d2726897ac8185bf0532c (patch) | |
tree | 45062f0e95d9f92ecbf01b8e63eba74c4206e620 /scripts/generate_rust_analyzer.py | |
parent | 2049aad5d3a6921f80121029afe6fbcfb2727861 (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