Skip to content

Commit

Permalink
Merge pull request #9941 from jepler/stringop-overflow
Browse files Browse the repository at this point in the history
This warning can be enabled now
  • Loading branch information
dhalbert authored Jan 8, 2025
2 parents 422681b + 1a05bb0 commit 61992cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ports/raspberrypi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 61992cc

Please sign in to comment.