variable shadowing should be avoided #5676
one step back to get green build
This commit is contained in:
parent
05c58569fd
commit
7ad5cb49fd
|
@ -2,7 +2,7 @@
|
|||
RUSEFI_OPT = -Werror
|
||||
|
||||
ifneq ($(ALLOW_SHADOW),yes)
|
||||
RUSEFI_OPT += -Werror=shadow
|
||||
# RUSEFI_OPT += -Werror=shadow
|
||||
endif
|
||||
|
||||
# ...except these few
|
||||
|
|
Loading…
Reference in New Issue