rusefi/firmware/rusefi_rules.mk

6 lines
188 B
Makefile

# Warnings-as-errors...
RUSEFI_OPT = -Werror
# ...except these few
RUSEFI_OPT += -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=sign-compare -Wno-error=unused-parameter