Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kbuild: drop -Wno-unknown-warning-option from clang options
Since commit c3f0d0b ("kbuild, LLVMLinux: Add -Werror to cc-option to support clang"), cc-option and friends work nicely for clang. However, -Wno-unknown-warning-option makes clang happy with any unknown warning options even if -Werror is specified. Once -Wno-unknown-warning-option is added, any succeeding call of cc-disable-warning is evaluated positive, then unknown warning options are accepted. This should be dropped. Signed-off-by: Masahiro Yamada <[email protected]>
- Loading branch information