selftests/capabilities: fix warn_unused_result build warnings
Fix the following warnings by adding return check and error handling.
test_execve.c: In function ‘do_tests’:
test_execve.c:100:17: warning: ignoring return value of
‘capng_get_caps_process’
declared with attribute ‘warn_unused_result’ [-Wunused-result]
100 | capng_get_caps_process();
| ^~~~~~~~~~~~~~~~~~~~~~~~
validate_cap.c: In function ‘main’:
validate_cap.c:47:9: warning: ignoring return value of
‘capng_get_caps_process’
declared with attribute ‘warn_unused_result’ [-Wunused-result]
47 | capng_get_caps_process();
| ^~~~~~~~~~~~~~~~~~~~~~~~
Signed-off-by:
Amer Al Shanawany <amer.shanawany@gmail.com>
Reviewed-by:
Muhammad Usama Anjum <usama.anjum@collabora.com>
Signed-off-by:
Shuah Khan <skhan@linuxfoundation.org>
Loading
Please sign in to comment