variable shadowing should be avoided #5676

This commit is contained in:
Andrey 2023-11-02 09:32:29 -04:00
parent 222a1d4d22
commit f5576a3972
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