treating unused-function as an error (#5691)
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
parent
c8fe260455
commit
11b72429b9
|
@ -6,6 +6,5 @@ ifneq ($(ALLOW_SHADOW),yes)
|
|||
endif
|
||||
|
||||
# ...except these few
|
||||
RUSEFI_OPT += -Wno-error=unused-function
|
||||
RUSEFI_OPT += -Wno-error=sign-compare
|
||||
RUSEFI_OPT += -Wno-error=unused-parameter
|
||||
|
|
Loading…
Reference in New Issue