# some compilers seem to have this off by default? (#5693)

RUSEFI_OPT += -Werror=stringop-truncation
This commit is contained in:
rusefillc 2023-11-05 21:40:43 -05:00 committed by GitHub
parent ee81a9102f
commit 86d7061f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# Warnings-as-errors...
RUSEFI_OPT = -Werror
# some compilers seem to have this off by default?
RUSEFI_OPT += -Werror=stringop-truncation
ifneq ($(ALLOW_SHADOW),yes)
# RUSEFI_OPT += -Werror=shadow