From: Stephen Rothwell Date: Sun, 28 Jul 2019 01:16:06 +0000 (+1000) Subject: do_build*: -Wimplicit-fallthrough is now the kernel default X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=5a6267830c7b95d9b9ec0c9cbf76bbbca0277e6d;p=next-scripts do_build*: -Wimplicit-fallthrough is now the kernel default --- diff --git a/do_build b/do_build index 6493a15..33c3b14 100755 --- a/do_build +++ b/do_build @@ -36,7 +36,7 @@ $cmd <<-EOF echo Building on \$(hostname) echo \$PATH | grep -q "\$HOME/bin" || export PATH="\$HOME/bin:\$PATH" - export LANG=C KCFLAGS="-Wimplicit-fallthrough" + export LANG=C cd "$build_dir" || exit 1 diff --git a/do_last_build b/do_last_build index b385bb6..7c67135 100755 --- a/do_last_build +++ b/do_last_build @@ -12,7 +12,7 @@ $cmd <<-EOF set -e echo \$PATH | grep -q "\$HOME/bin" || export PATH="\$HOME/bin:\$PATH" - export LANG=C KCFLAGS="-Wimplicit-fallthrough" + export LANG=C cd "$build_dir"