[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20211104133623.dfey3ryavuelwygz@wittgenstein>
Date: Thu, 4 Nov 2021 14:36:23 +0100
From: Christian Brauner <christian.brauner@...ntu.com>
To: Anders Roxell <anders.roxell@...aro.org>
Cc: christian@...uner.io, shuah@...nel.org, nathan@...nel.org,
ndesaulniers@...gle.com, linux-kernel@...r.kernel.org,
linux-kselftest@...r.kernel.org, llvm@...ts.linux.dev
Subject: Re: [PATCH] selftests: clone3: clone3: add case CLONE3_ARGS_NO_TEST
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@...aro.org>
> ---
Fine by me. Thanks!
Acked-by: Christian Brauner <christian.brauner@...ntu.com>
Powered by blists - more mailing lists