diff options
author | Li Zhijian <lizhijian@fujitsu.com> | 2022-09-01 03:17:34 +0000 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2022-10-30 02:23:58 -0600 |
commit | 3d982441308ebdf713771c8a85c23d9b8b66b4d4 (patch) | |
tree | 3ca6506dc27c4f9cd0c15693b46444692d097c1c /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | 88e1f16ba58665e9edfce437ea487da2fa759af9 (diff) |
selftests: pidfd: Fix compling warnings
Fix warnings and enable Wall.
pidfd_wait.c: In function ‘wait_nonblock’:
pidfd_wait.c:150:13: warning: unused variable ‘status’ [-Wunused-variable]
150 | int pidfd, status = 0;
| ^~~~~~
...
pidfd_test.c: In function ‘child_poll_exec_test’:
pidfd_test.c:438:1: warning: no return statement in function returning non-void [-Wreturn-type]
438 | }
| ^
Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
v2: fix mistake assignment to pidfd
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions