Message ID | 20211115020758.GA45022@embeddedor (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [v2] kbuild: Fix -Wimplicit-fallthrough=5 error for GCC 5.x and 6.x | expand |
diff --git a/init/Kconfig b/init/Kconfig index 036b750e8d8a..85882c317235 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -887,7 +887,7 @@ config CC_HAS_INT128 config CC_IMPLICIT_FALLTHROUGH string - default "-Wimplicit-fallthrough=5" if CC_IS_GCC + default "-Wimplicit-fallthrough=5" if $(cc-option,-Wimplicit-fallthrough=5) default "-Wimplicit-fallthrough" if CC_IS_CLANG && $(cc-option,-Wunreachable-code-fallthrough) #