treating unused-function as an error (#5691)

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
rusefillc 2023-11-05 17:04:38 -05:00 committed by GitHub
parent c8fe260455
commit 11b72429b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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