Skip to content

Commit

Permalink
one thing per line is nicer for history etc
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Nov 2, 2023
1 parent 19b6222 commit 1e91bb5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion firmware/rusefi_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ RUSEFI_OPT = -Werror
RUSEFI_CPPOPT = -Werror=shadow

# ...except these few
RUSEFI_OPT += -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=sign-compare -Wno-error=unused-parameter -Wno-error=undef -Wno-error=stringop-overflow
RUSEFI_OPT += -Wno-error=unused-function
RUSEFI_OPT += -Wno-error=unused-variable
RUSEFI_OPT += -Wno-error=sign-compare
RUSEFI_OPT += -Wno-error=unused-parameter
RUSEFI_OPT += -Wno-error=undef
RUSEFI_OPT += -Wno-error=stringop-overflow

0 comments on commit 1e91bb5

Please sign in to comment.