only:variable shadowing should be avoided fix #5676
This commit is contained in:
parent
e384914c95
commit
dd7a49a00d
|
@ -1,5 +1,5 @@
|
|||
# Warnings-as-errors...
|
||||
RUSEFI_OPT = -Werror
|
||||
RUSEFI_OPT = -Werror -Werror=shadow
|
||||
|
||||
# ...except these few
|
||||
RUSEFI_OPT += -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=sign-compare -Wno-error=unused-parameter
|
||||
|
|
Loading…
Reference in New Issue