Fresh pull from upstream (stable) package feed
[librecmc/package-feed.git] / lang / micropython / patches / 000-Makefile-no-errors
1 Index: micropython-1.5-20161117-e81a5353cb794b8d6c57317488e5db6a1c524755/unix/Makefile
2 ===================================================================
3 --- micropython-1.5-20161117-e81a5353cb794b8d6c57317488e5db6a1c524755.orig/unix/Makefile        2016-11-17 02:43:13.000000000 +0100
4 +++ micropython-1.5-20161117-e81a5353cb794b8d6c57317488e5db6a1c524755/unix/Makefile     2016-11-17 16:49:02.937809018 +0100
5 @@ -21,7 +21,7 @@
6  INC += -I$(BUILD)
7  
8  # compiler settings
9 -CWARN = -Wall -Werror
10 +CWARN = -Wall
11  CWARN += -Wpointer-arith -Wuninitialized
12  CFLAGS = $(INC) $(CWARN) -ansi -std=gnu99 -DUNIX $(CFLAGS_MOD) $(COPT) $(CFLAGS_EXTRA)
13