a531b0c23c
Building selftests/clone3 with clang warns about enumeration not handled
in switch case:
clone3.c:54:10: warning: enumeration value 'CLONE3_ARGS_NO_TEST' not handled in switch [-Wswitch]
switch (test_mode) {
^
Add the missing switch case with a comment.
Fixes:
|
||
---|---|---|
.. | ||
.gitignore | ||
clone3_cap_checkpoint_restore.c | ||
clone3_clear_sighand.c | ||
clone3_selftests.h | ||
clone3_set_tid.c | ||
clone3.c | ||
Makefile |