summaryrefslogtreecommitdiff
path: root/kbuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kbuild.sh')
-rwxr-xr-xkbuild.sh2
1 files changed, 1 insertions, 1 deletions
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