summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/javascript/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/javascript/Makefile b/ports/javascript/Makefile
index 046d30333..93c7b5609 100644
--- a/ports/javascript/Makefile
+++ b/ports/javascript/Makefile
@@ -53,7 +53,4 @@ test: $(BUILD)/micropython.js $(TOP)/tests/run-tests.py
$(eval DIRNAME=ports/$(notdir $(CURDIR)))
cd $(TOP)/tests && MICROPY_MICROPYTHON=../ports/javascript/node_run.sh ./run-tests.py -j1
-# Disable errors for array-bounds warnings on "sp[-MP_OBJ_ITER_BUF_NSLOTS + 2]" access.
-$(BUILD)/py/vm.o: CFLAGS += -Wno-error=array-bounds
-
include $(TOP)/py/mkrules.mk