summarylogtreecommitdiffstats
path: root/wno-error.patch
blob: 7b2c4661368377f9b283420462eb4ace2125d5de (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.old	2019-07-02 17:04:51.306084390 -0400
+++ Makefile	2019-07-02 17:04:31.976016845 -0400
@@ -1,7 +1,7 @@
 PREFIX=/usr/local
 BINDIR=$(DESTDIR)$(PREFIX)/bin
 
-override CFLAGS+=-Wall -Werror -Wformat=2 -g
+override CFLAGS+=-Wall -Wno-error -Wformat=2 -g
 override LDFLAGS?=
 
 OS=$(shell uname|tr A-Z a-z)