variable shadowing should be avoided #5676
This commit is contained in:
parent
1452e3dfcd
commit
9f6c336f31
|
@ -4,7 +4,7 @@ RUSEFI_OPT = -Werror
|
||||||
RUSEFI_OPT += -Werror=stringop-truncation
|
RUSEFI_OPT += -Werror=stringop-truncation
|
||||||
|
|
||||||
ifneq ($(ALLOW_SHADOW),yes)
|
ifneq ($(ALLOW_SHADOW),yes)
|
||||||
# RUSEFI_OPT += -Werror=shadow
|
RUSEFI_OPT += -Werror=shadow
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# ...except these few
|
# ...except these few
|
||||||
|
|
Loading…
Reference in New Issue