From bd2675a8b0f51d91d65da0101bba13c147cad59b Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 26 Feb 2020 03:02:59 +0200 Subject: kbuild.sh: Don't disable the implicit-fallthrough warning by default This was done due to the latest stable version of the kernel not having implicit-fallthrough warnings fixed for ARM architectures. Now that this has been fixed, enable the warning again. Signed-off-by: Laurent Pinchart --- kbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kbuild.sh b/kbuild.sh index 7980463..697648c 100755 --- a/kbuild.sh +++ b/kbuild.sh @@ -89,7 +89,7 @@ done # Platform # -kcflags="-Werror -Wno-error=cpp -Wno-implicit-fallthrough" +kcflags="-Werror -Wno-error=cpp" if [[ -z "$platform" ]] ; then for f in $kbuild_root/platforms/*.sh ; do -- cgit v1.2.3