summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.extrawarn
Commit message (Expand)AuthorAgeFilesLines
* Makefile.extrawarn: remove -Wnested-externs warningArnd Bergmann2020-12-081-1/+0
* Makefile.extrawarn: move -Wcast-align to W=3Arnd Bergmann2020-11-251-1/+1
* Makefile.extrawarn: Move sign-compare from W=2 to W=3Joe Perches2020-08-181-1/+1
* kbuild: Move -Wtype-limits to W=2Rikard Falkeborn2020-07-091-0/+2
* kbuild: Enable -Wtautological-compareNathan Chancellor2020-04-091-0/+1
* kbuild: Disable -Wpointer-to-enum-castNathan Chancellor2020-03-141-0/+1
* kbuild: allow Clang to find unused static inline functions for W=1 buildMasahiro Yamada2019-09-091-0/+6
* kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada2019-09-061-4/+9
* kbuild: refactor scripts/Makefile.extrawarnMasahiro Yamada2019-09-061-50/+56
* kbuild: Remove unnecessary -Wno-unused-valueNathan Huckleberry2019-06-241-1/+0
* kbuild: Enable -WuninitializedNathan Chancellor2019-06-241-1/+0
* kbuild: Remove -Waggregate-return from scripts/Makefile.extrawarnMathieu Malaterre2019-06-091-1/+0
* kbuild: add all Clang-specific flags unconditionallyMasahiro Yamada2019-05-181-6/+6
* kbuild: add some extra warning flags unconditionallyMasahiro Yamada2019-05-181-6/+7
* Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-11-031-1/+1
|\
| * kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada2018-11-021-1/+1
* | Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds2018-11-011-0/+1
|\ \ | |/ |/|
| * Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8)Miguel Ojeda2018-09-301-0/+1
* | Makefile: Globally enable VLA warningKees Cook2018-10-111-1/+0
|/
* Kbuild: suppress packed-not-aligned warning for default setting onlyXiongfeng Wang2018-01-181-0/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Kbuild: enable -Wunused-macros warning for "make W=2"Johannes Thumshirn2017-09-011-0/+1
* kbuild: drop -Wno-unknown-warning-option from clang optionsMasahiro Yamada2017-04-231-1/+0
* Kbuild: enable -Wmaybe-uninitialized warnings by defaultArnd Bergmann2016-11-111-2/+0
* Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"Arnd Bergmann2016-11-111-0/+3
* kbuild: move -Wunused-const-variable to W=1 warning levelArnd Bergmann2016-05-111-0/+1
* kbuild: Demote 'sign-compare' warning to W=2Lee Jones2016-01-121-0/+2
* kbuild: Fix clang detectionMichal Marek2015-09-041-1/+1
* kbuild, LLVMLinux: Supress warnings unless W=1-3Behan Webster2014-08-051-10/+11
* kbuild: move extra gcc checks to scripts/Makefile.extrawarnMasahiro Yamada2014-04-161-0/+67