Skip to content

Commit 61992cc

Browse files
authored
Merge pull request #9941 from jepler/stringop-overflow
This warning can be enabled now
2 parents 422681b + 1a05bb0 commit 61992cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ports/raspberrypi/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,7 @@ else
219219
endif
220220
endif
221221

222-
# Remove -Wno-stringop-overflow after we can test with CI's GCC 10. Mac's looks weird.
223-
DISABLE_WARNINGS = -Wno-stringop-overflow -Wno-cast-align
222+
DISABLE_WARNINGS = -Wno-cast-align
224223

225224
CFLAGS += $(INC) -Wall -Werror -std=gnu11 -fshort-enums $(BASE_CFLAGS) $(CFLAGS_MOD) $(COPT) $(DISABLE_WARNINGS) -Werror=missing-prototypes
226225

0 commit comments

Comments
 (0)