2020-02-08 13:34:29 -08:00
|
|
|
# Warnings-as-errors...
|
2023-11-01 20:24:40 -07:00
|
|
|
RUSEFI_OPT = -Werror
|
|
|
|
|
|
|
|
ifneq ($(ALLOW_SHADOW),yes)
|
2023-11-02 06:07:59 -07:00
|
|
|
# RUSEFI_OPT += -Werror=shadow
|
2023-11-01 20:24:40 -07:00
|
|
|
endif
|
2019-12-02 07:26:16 -08:00
|
|
|
|
2020-02-08 13:34:29 -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
|