We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 422681b + 1a05bb0 commit 61992ccCopy full SHA for 61992cc
ports/raspberrypi/Makefile
@@ -219,8 +219,7 @@ else
219
endif
220
221
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
+DISABLE_WARNINGS = -Wno-cast-align
224
225
CFLAGS += $(INC) -Wall -Werror -std=gnu11 -fshort-enums $(BASE_CFLAGS) $(CFLAGS_MOD) $(COPT) $(DISABLE_WARNINGS) -Werror=missing-prototypes
226
0 commit comments