rusefi/firmware/rusefi_rules.mk

11 lines
218 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
2023-11-02 07:28:59 -07:00
RUSEFI_OPT += -Wno-error=sign-compare
RUSEFI_OPT += -Wno-error=unused-parameter