revert #RUSEFI_OPT += -Werror=stringop-truncation #7311

only:uaefi
This commit is contained in:
rusefillc 2025-01-15 10:46:20 -05:00 committed by rusefillc
parent f70982a61e
commit c824a86779
1 changed files with 1 additions and 1 deletions

View File

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