summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkbuild.sh2
1 files changed, 1 insertions, 1 deletions
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