variable shadowing should be avoided #5676

This commit is contained in:
rusefillc 2024-05-23 08:48:49 -04:00 committed by rusefillc
parent 1452e3dfcd
commit 9f6c336f31
1 changed files with 1 additions and 1 deletions

View File

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