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.
2 parents abf88c9 + 8c60584 commit d680d41Copy full SHA for d680d41
extmod/extmod.mk
@@ -225,7 +225,7 @@ SRC_MOD += $(addprefix $(BTREE_DIR)/,\
225
CFLAGS_MOD += -DMICROPY_PY_BTREE=1
226
# we need to suppress certain warnings to get berkeley-db to compile cleanly
227
# and we have separate BTREE_DEFS so the definitions don't interfere with other source code
228
-$(BUILD)/$(BTREE_DIR)/%.o: CFLAGS += -Wno-old-style-definition -Wno-sign-compare -Wno-unused-parameter $(BTREE_DEFS)
+$(BUILD)/$(BTREE_DIR)/%.o: CFLAGS += -Wno-old-style-definition -Wno-sign-compare -Wno-unused-parameter -Wno-deprecated-non-prototype -Wno-unknown-warning-option $(BTREE_DEFS)
229
$(BUILD)/extmod/modbtree.o: CFLAGS += $(BTREE_DEFS)
230
endif
231
0 commit comments