On Wed, Nov 03, 2021 at 09:13:50PM +0100, Anders Roxell wrote:
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: 17a810699c18 ("selftests: add tests for clone3()") Signed-off-by: Anders Roxell anders.roxell@linaro.org
Fine by me. Thanks! Acked-by: Christian Brauner christian.brauner@ubuntu.com