only:one exception per line

This commit is contained in:
Andrey 2023-11-02 10:28:59 -04:00
parent bdce8a5683
commit 1ae4d45548
1 changed files with 4 additions and 1 deletions

View File

@ -6,4 +6,7 @@ ifneq ($(ALLOW_SHADOW),yes)
endif
# ...except these few
RUSEFI_OPT += -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=sign-compare -Wno-error=unused-parameter
RUSEFI_OPT += -Wno-error=unused-function
RUSEFI_OPT += -Wno-error=unused-variable
RUSEFI_OPT += -Wno-error=sign-compare
RUSEFI_OPT += -Wno-error=unused-parameter