Re: [PATCH] kbuild: drop -Wno-unknown-warning-option from clang options

2017-04-23 Thread Masahiro Yamada
2017-04-13 7:25 GMT+09:00 Masahiro Yamada : > Since commit c3f0d0bc5b01 ("kbuild, LLVMLinux: Add -Werror to > cc-option to support clang"), cc-option and friends work correctly > for clang. > > However, the combination of -Werror and -Wno-unknown-warning-option > makes clang happy with any unknown

[PATCH] kbuild: drop -Wno-unknown-warning-option from clang options

2017-04-12 Thread Masahiro Yamada
Since commit c3f0d0bc5b01 ("kbuild, LLVMLinux: Add -Werror to cc-option to support clang"), cc-option and friends work correctly for clang. However, the combination of -Werror and -Wno-unknown-warning-option makes clang happy with any unknown warning options. Once -Wno-unknown-warning-option is a