feat(build): Default warnings to be considered as errors

This commit is contained in:
Konstantin Kondrashov
2025-09-25 17:38:58 +03:00
parent ba0b61d98d
commit 0096599660
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -575,7 +575,7 @@ mainmenu "Espressif IoT Development Framework Configuration"
config COMPILER_DISABLE_DEFAULT_ERRORS
bool "Disable errors for default warnings"
default "y"
default "n"
help
Enable this option if you do not want default warnings to be considered as errors,
especially when updating IDF.