Skip to content

Commit 1a05bb0

Browse files
committed
This warning can be enabled now
1 parent 57cf054 commit 1a05bb0

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)