rusefi/firmware/rusefi_rules.mk

10 lines
258 B
Makefile
Raw Normal View History

# Warnings-as-errors...
RUSEFI_OPT = -Werror
ifneq ($(ALLOW_SHADOW),yes)
# RUSEFI_OPT += -Werror=shadow
endif
2019-12-02 07:26:16 -08:00
# ...except these few
RUSEFI_OPT += -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=sign-compare -Wno-error=unused-parameter