summaryrefslogtreecommitdiffstats
path: root/lang/python/micropython/patches/000-Makefile-no-errors.patch
blob: 1ebfa4304a4ad591bdb91583cc327b8ce022761d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/ports/unix/Makefile b/ports/unix/Makefile
index cbdd3f3..0ab157d 100644
--- a/ports/unix/Makefile
+++ b/ports/unix/Makefile
@@ -21,7 +21,7 @@ INC +=  -I$(TOP)
 INC += -I$(BUILD)
 
 # compiler settings
-CWARN = -Wall -Werror
+CWARN = -Wall
 CWARN += -Wpointer-arith -Wuninitialized
 CFLAGS = $(INC) $(CWARN) -std=gnu99 -DUNIX $(CFLAGS_MOD) $(COPT) $(CFLAGS_EXTRA)