From 0f0784ce3d247b439e60f5dc6890601574c884b6 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 22 Aug 2019 05:04:15 +0300 Subject: Ignore implicit fallthrough warning The kernel has enabled the implicit fallthrough warning without fixing all warnings on ARM first. Disable the warning until this gets addressed. Signed-off-by: Laurent Pinchart --- kbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kbuild.sh b/kbuild.sh index 9e4bbc5..a0086a8 100755 --- a/kbuild.sh +++ b/kbuild.sh @@ -79,7 +79,7 @@ done # Platform # -kcflags="-Werror -Wno-error=cpp" +kcflags="-Werror -Wno-error=cpp -Wno-implicit-fallthrough" if [[ -z "$platform" ]] ; then for f in $kbuild_root/platforms/*.sh ; do -- cgit v1.2.3