Merge pull request #9941 from jepler/stringop-overflow
This warning can be enabled now
This commit is contained in:
commit
61992cc442
1 changed files with 1 additions and 2 deletions
|
|
@ -219,8 +219,7 @@ else
|
|||
endif
|
||||
endif
|
||||
|
||||
# Remove -Wno-stringop-overflow after we can test with CI's GCC 10. Mac's looks weird.
|
||||
DISABLE_WARNINGS = -Wno-stringop-overflow -Wno-cast-align
|
||||
DISABLE_WARNINGS = -Wno-cast-align
|
||||
|
||||
CFLAGS += $(INC) -Wall -Werror -std=gnu11 -fshort-enums $(BASE_CFLAGS) $(CFLAGS_MOD) $(COPT) $(DISABLE_WARNINGS) -Werror=missing-prototypes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue