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 9e98329 commit 618fafdCopy full SHA for 618fafd
src/codal_port/Makefile
@@ -131,6 +131,9 @@ $(MBIT_VER_FILE): FORCE
131
$(PYTHON) $(TOP)/py/makeversionhdr.py $(MBIT_VER_FILE).pre
132
$(CAT) $(MBIT_VER_FILE).pre | $(SED) s/MICROPY_/MICROBIT_/ > $(MBIT_VER_FILE)
133
134
+# Suppress warnings bulding stackctrl.c (fixed post v1.20.0).
135
+$(BUILD)/py/stackctrl.o: CWARN += -Wno-dangling-pointer
136
+
137
# Suppress warnings from SAM library.
138
$(BUILD)/$(abspath $(LOCAL_LIB_DIR))/sam/sam.o: CWARN += -Wno-array-bounds
139
0 commit comments