summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-05-07 08:47:54 -0400
committerDave Reisner <dreisner@archlinux.org>2013-05-07 08:47:54 -0400
commit1a18f7816f03e2dcdc444aad8776a5d4a90bcafd (patch)
tree32a15fb6a2df45e7ef9651f4ed645d200149a9da
parent3b880c5b5f7abefaf8bd97031e37740be575d52f (diff)
downloadexpac-1a18f7816f03e2dcdc444aad8776a5d4a90bcafd.tar.xz
remove -Werror
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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