generic: 5.15: enable Werror by default for kernel compile
From 5.15 and up linux kernel introduced CONFIG_WERROR to flag any warning as error. To improve code quality, enable this by default to catch any warning and fix it. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
43417aef84
commit
b2d1eb717b
1 changed files with 1 additions and 1 deletions
|
@ -7467,7 +7467,7 @@ CONFIG_WATCHDOG_OPEN_TIMEOUT=0
|
||||||
# CONFIG_WD80x3 is not set
|
# CONFIG_WD80x3 is not set
|
||||||
# CONFIG_WDAT_WDT is not set
|
# CONFIG_WDAT_WDT is not set
|
||||||
# CONFIG_WDTPCI is not set
|
# CONFIG_WDTPCI is not set
|
||||||
# CONFIG_WERROR is not set
|
CONFIG_WERROR=y
|
||||||
# CONFIG_WEXT_CORE is not set
|
# CONFIG_WEXT_CORE is not set
|
||||||
# CONFIG_WEXT_PRIV is not set
|
# CONFIG_WEXT_PRIV is not set
|
||||||
# CONFIG_WEXT_PROC is not set
|
# CONFIG_WEXT_PROC is not set
|
||||||
|
|
Loading…
Reference in a new issue