dnsproxy: Update to 0.49.2
[feed/packages.git] / lang / python / micropython / patches / 000-Makefile-no-errors.patch
1 --- a/ports/unix/Makefile
2 +++ b/ports/unix/Makefile
3 @@ -36,7 +36,7 @@ INC += -I$(TOP)
4 INC += -I$(BUILD)
5
6 # compiler settings
7 -CWARN = -Wall -Werror
8 +CWARN = -Wall
9 CWARN += -Wextra -Wno-unused-parameter -Wpointer-arith -Wdouble-promotion -Wfloat-conversion
10 CFLAGS += $(INC) $(CWARN) -std=gnu99 -DUNIX $(CFLAGS_MOD) $(COPT) -I$(VARIANT_DIR) $(CFLAGS_EXTRA)
11