From 1a05bb0ffe22977bdb5bfb93729adb2d4cc36580 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Wed, 8 Jan 2025 14:10:05 -0600 Subject: [PATCH] This warning can be enabled now --- ports/raspberrypi/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ports/raspberrypi/Makefile b/ports/raspberrypi/Makefile index d6d239f39c45e..cf40af7baba64 100644 --- a/ports/raspberrypi/Makefile +++ b/ports/raspberrypi/Makefile @@ -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