aports/testing/micropython/mpy-cross-no-werror.patch
2023-09-19 07:42:24 +00:00

12 lines
343 B
Diff

--- a/mpy-cross/Makefile
+++ b/mpy-cross/Makefile
@@ -17,7 +17,7 @@
INC += -I$(TOP)
# compiler settings
-CWARN = -Wall -Werror
+CWARN = -Wall
CWARN += -Wextra -Wno-unused-parameter -Wpointer-arith
CFLAGS += $(INC) $(CWARN) -std=gnu99 $(COPT) $(CFLAGS_EXTRA)
CFLAGS += -fdata-sections -ffunction-sections -fno-asynchronous-unwind-tables