aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.extrawarn
Commit message (Expand)AuthorAge
* kbuild: allow Clang to find unused static inline functions for W=1 buildMasahiro Yamada2019-09-09
* kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada2019-09-06
* kbuild: refactor scripts/Makefile.extrawarnMasahiro Yamada2019-09-06
* kbuild: Remove unnecessary -Wno-unused-valueNathan Huckleberry2019-06-23
* kbuild: Enable -WuninitializedNathan Chancellor2019-06-23
* kbuild: Remove -Waggregate-return from scripts/Makefile.extrawarnMathieu Malaterre2019-06-09
* kbuild: add all Clang-specific flags unconditionallyMasahiro Yamada2019-05-17
* kbuild: add some extra warning flags unconditionallyMasahiro Yamada2019-05-17
* Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-11-03
|\
| * kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada2018-11-02
* | Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds2018-11-01
|\ \ | |/ |/|
| * Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8)Miguel Ojeda2018-09-30
* | Makefile: Globally enable VLA warningKees Cook2018-10-11
|/
* Kbuild: suppress packed-not-aligned warning for default setting onlyXiongfeng Wang2018-01-17
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Kbuild: enable -Wunused-macros warning for "make W=2"Johannes Thumshirn2017-08-31
* kbuild: drop -Wno-unknown-warning-option from clang optionsMasahiro Yamada2017-04-23
* Kbuild: enable -Wmaybe-uninitialized warnings by defaultArnd Bergmann2016-11-11
* Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"Arnd Bergmann2016-11-11
* kbuild: move -Wunused-const-variable to W=1 warning levelArnd Bergmann2016-05-11
* kbuild: Demote 'sign-compare' warning to W=2Lee Jones2016-01-12
* kbuild: Fix clang detectionMichal Marek2015-09-04
* kbuild, LLVMLinux: Supress warnings unless W=1-3Behan Webster2014-08-05
* kbuild: move extra gcc checks to scripts/Makefile.extrawarnMasahiro Yamada2014-04-16