From 1a18f7816f03e2dcdc444aad8776a5d4a90bcafd Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 7 May 2013 08:47:54 -0400 Subject: remove -Werror --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af4947a..bee264c 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MANPREFIX ?= $(PREFIX)/share/man # compiler flags CPPFLAGS := -DVERSION=\"$(VERSION)\" $(CPPFLAGS) -CFLAGS := -std=c99 -g -pedantic -Wall -Wextra -Werror $(CFLAGS) +CFLAGS := -std=c99 -g -pedantic -Wall -Wextra $(CFLAGS) LDLIBS = -lalpm DISTFILES = expac.c README.pod -- cgit v1.2.3-54-g00ecf