only:variable shadowing should be avoided fix #5676

This commit is contained in:
rusefillc 2023-11-01 13:18:22 -04:00
parent e384914c95
commit dd7a49a00d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Warnings-as-errors...
RUSEFI_OPT = -Werror
RUSEFI_OPT = -Werror -Werror=shadow
# ...except these few
RUSEFI_OPT += -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=sign-compare -Wno-error=unused-parameter