Skip to content

Commit 259e560

Browse files
authored
Update mpy-cross/mpy-cross.mk
1 parent 4b0f80f commit 259e560

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mpy-cross/mpy-cross.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ INC += -I$(BUILD)
2929
# compiler settings
3030
CWARN = -Wall -Werror
3131
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
3432
CFLAGS = $(INC) $(CWARN) -std=gnu99 $(CFLAGS_MOD) $(COPT) $(CFLAGS_EXTRA)
3533
CFLAGS += -fdata-sections -ffunction-sections -fno-asynchronous-unwind-tables
3634

0 commit comments

Comments
 (0)