variable shadowing should be avoided #5676

one step back to get green build
This commit is contained in:
rusefillc 2023-11-02 09:07:59 -04:00
parent 05c58569fd
commit 7ad5cb49fd
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
RUSEFI_OPT = -Werror
ifneq ($(ALLOW_SHADOW),yes)
RUSEFI_OPT += -Werror=shadow
# RUSEFI_OPT += -Werror=shadow
endif
# ...except these few