Searched hist:"2 cd3271b7a310b1199aa36bfd536ca67d3c2d5f2" (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/ |
H A D | Makefile.extrawarn | diff 2cd3271b7a310b1199aa36bfd536ca67d3c2d5f2 Fri Aug 11 16:03:21 CEST 2023 Arnd Bergmann <arnd@arndb.de> kbuild: avoid duplicate warning options
Some warning options are disabled at one place and then conditionally re-enabled later in scripts/Makefile.extrawarn.
For consistency, rework this file so each of those warnings only gets etiher enabled or disabled based on the W= flags but not both.
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|