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