]> git.ozlabs.org Git - next-scripts/commitdiff
do_build*: -Wimplicit-fallthrough is now the kernel default
authorStephen Rothwell <sfr@canb.auug.org.au>
Sun, 28 Jul 2019 01:16:06 +0000 (11:16 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sun, 28 Jul 2019 01:16:06 +0000 (11:16 +1000)
do_build
do_last_build

index 6493a15e527b8c09d3f2167842a04de194304492..33c3b14e402f07beb31a0f9e80d69b533bf74766 100755 (executable)
--- 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
 
index b385bb6a51bc9cb4bb2e442cce4bda5c58fe1259..7c671354ad708b11f59f6ddb76a45b151b3fa3fc 100755 (executable)
@@ -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"