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.
1 parent 4b0f80f commit 259e560Copy full SHA for 259e560
mpy-cross/mpy-cross.mk
@@ -29,8 +29,6 @@ INC += -I$(BUILD)
29
# compiler settings
30
CWARN = -Wall -Werror
31
CWARN += -Wpointer-arith -Wuninitialized
32
-# Disable errors for array-bounds warnings on "sp[-MP_OBJ_ITER_BUF_NSLOTS + 2]" access
33
-CWARN += -Wno-array-bounds
34
CFLAGS = $(INC) $(CWARN) -std=gnu99 $(CFLAGS_MOD) $(COPT) $(CFLAGS_EXTRA)
35
CFLAGS += -fdata-sections -ffunction-sections -fno-asynchronous-unwind-tables
36
0 commit comments