parent
f70982a61e
commit
c824a86779
|
@ -1,7 +1,7 @@
|
||||||
# Warnings-as-errors...
|
# Warnings-as-errors...
|
||||||
RUSEFI_OPT = -Werror
|
RUSEFI_OPT = -Werror
|
||||||
# some compilers seem to have this off by default?
|
# some compilers seem to have this off by default?
|
||||||
#RUSEFI_OPT += -Werror=stringop-truncation
|
RUSEFI_OPT += -Werror=stringop-truncation
|
||||||
|
|
||||||
ifneq ($(ALLOW_SHADOW),yes)
|
ifneq ($(ALLOW_SHADOW),yes)
|
||||||
RUSEFI_OPT += -Werror=shadow
|
RUSEFI_OPT += -Werror=shadow
|
||||||
|
|
Loading…
Reference in New Issue